summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5540505..17738a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -740,7 +740,7 @@ where
/// screen.reinit()?;
///
/// // Store the custom ▸ character in the screen memory, code 0
- /// screen.custom_char(0, custom_char::RIGHT_ARROW)?;
+ /// screen.custom_char(0, custom_char::RIGHT_TRIANGLE)?;
///
/// // Print custom character from screen memory, code 0
/// screen.write(b"\x00")?;