From d14adf8438539a9cd6b6c3587040fdc132914426 Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Sun, 1 Mar 2020 09:30:36 +0100 Subject: custom_char: rename ARROW to TRIANGLE --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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")?; -- cgit v1.2.3