about summary refs log tree commit diff stats
path: root/display.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-13 10:03:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-13 10:03:26 -0700
commit5497090aa1e708c22cd240913a53dda32bb067aa (patch)
tree5a9eb76d447736a8199230c9386bd0a374b325dd /display.mu
parent01caf342d072115c27926b1a61c2fc75ab9fbee0 (diff)
downloadmu-5497090aa1e708c22cd240913a53dda32bb067aa.tar.gz
1363 - rename 'integer' to 'number'
..now that we support non-integers.
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