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 71aa391e..864b74c3 100644
--- a/display.mu
+++ b/display.mu
@@ -3,7 +3,7 @@
 def main [
   open-console
   print-character-to-display 97, 1/red, 2/green
-  1:number/raw, 2:number/raw <- cursor-position-on-display
+  1:num/raw, 2:num/raw <- cursor-position-on-display
   wait-for-some-interaction
   clear-display
   move-cursor-on-display 0, 4