about summary refs log tree commit diff stats
path: root/display.mu
diff options
context:
space:
mode:
Diffstat (limited to 'display.mu')
-rw-r--r--display.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.mu b/display.mu
index bff74a5d..a0c33e5d 100644
--- a/display.mu
+++ b/display.mu
@@ -3,7 +3,7 @@
 recipe main [
   switch-to-display
   print-character-to-display 97:literal
-  1:integer/raw, 2:integer/raw <- cursor-position-on-display
+  1:number/raw, 2:number/raw <- cursor-position-on-display
   wait-for-key-from-keyboard
   clear-display
   move-cursor-on-display 0:literal, 4:literal