about summary refs log tree commit diff stats
path: root/html/console.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index f77fda40..c03eb11e 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -38,9 +38,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   <span class="Constant">local-scope</span>
   open-console
   <span class="Delimiter">{</span>
-    e:event, found?:bool<span class="Special"> &lt;- </span>check-for-interaction
+    e:event, found?:bool <span class="Special">&lt;-</span> check-for-interaction
     <span class="muControl">break-if</span> found?
-    print-character-to-display <span class="Constant">97</span>, <span class="Constant">7/white</span>
+    print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span>
     <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
   close-console