diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-01-11 22:44:25 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-01-11 22:44:25 -0800 |
commit | 42f08f13b2fbbaab65783124553ac3022af8fa02 (patch) | |
tree | fbb1e8635446b7bc1a93c2c01dd9a2a4c82c9baa /html/edit/001-editor.mu.html | |
parent | 218e8cf2677e0d6a359a0af4963a33c82ce960b9 (diff) | |
download | mu-42f08f13b2fbbaab65783124553ac3022af8fa02.tar.gz |
3734
Diffstat (limited to 'html/edit/001-editor.mu.html')
-rw-r--r-- | html/edit/001-editor.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index 55cb3a73..fc380b8d 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -63,7 +63,7 @@ if ('onhashchange' in window) { <span id="L2" class="LineNr"> 2 </span> <span id="L3" class="LineNr"> 3 </span><span class="Comment"># temporary main for this layer: just render the given text at the given</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment"># screen dimensions, then stop</span> -<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def!</span> main text:text [ +<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> main text:text [ <span id="L6" class="LineNr"> 6 </span> <span class="Constant">local-scope</span> <span id="L7" class="LineNr"> 7 </span> <span class="Constant">load-ingredients</span> <span id="L8" class="LineNr"> 8 </span> open-console |