about summary refs log tree commit diff stats
path: root/html/display.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/display.mu.html')
-rw-r--r--html/display.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display.mu.html b/html/display.mu.html
index dccab090..45db818f 100644
--- a/html/display.mu.html
+++ b/html/display.mu.html
@@ -33,7 +33,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="muRecipe">def</span> main [
   open-console
   print-character-to-display <span class="Constant">97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span>
-  <span class="Constant">1</span>:number/<span class="Special">raw</span>, <span class="Constant">2</span>:number/<span class="Special">raw &lt;- </span>cursor-position-on-display
+  <span class="Constant">1</span>:num/<span class="Special">raw</span>, <span class="Constant">2</span>:num/<span class="Special">raw &lt;- </span>cursor-position-on-display
   wait-for-some-interaction
   clear-display
   move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">4</span>