about summary refs log tree commit diff stats
path: root/html/edit/002-typing.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-23 17:58:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-23 17:58:37 -0700
commit09788d7edfd63e89b05413c0279fa112e237ee50 (patch)
treee9b063b292a8bcd9264ce7c75d1d4e1454949579 /html/edit/002-typing.mu.html
parenta9817844aea80b5d07baecb55e214775cf0f6c9e (diff)
downloadmu-09788d7edfd63e89b05413c0279fa112e237ee50.tar.gz
3567
Diffstat (limited to 'html/edit/002-typing.mu.html')
-rw-r--r--html/edit/002-typing.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/002-typing.mu.html b/html/edit/002-typing.mu.html
index a84266ca..88274b46 100644
--- a/html/edit/002-typing.mu.html
+++ b/html/edit/002-typing.mu.html
@@ -55,7 +55,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
     cursor-row:num<span class="Special"> &lt;- </span>get *editor, <span class="Constant">cursor-row:offset</span>
     cursor-column:num<span class="Special"> &lt;- </span>get *editor, <span class="Constant">cursor-column:offset</span>
     screen<span class="Special"> &lt;- </span>move-cursor screen, cursor-row, cursor-column
-    e:event, console, found?:bool, quit?:bool<span class="Special"> &lt;- </span>read-event console
+    e:event, found?:bool, quit?:bool, console<span class="Special"> &lt;- </span>read-event console
     <span class="muControl">loop-unless</span> found?
     <span class="muControl">break-if</span> quit?  <span class="Comment"># only in tests</span>
     trace <span class="Constant">10</span>, <span class="Constant">[app]</span>, <span class="Constant">[next-event]</span>