about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-25 10:51:38 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-25 10:58:31 -0800
commit1166938707b1396a1ece0b8eef6ebd769e6fadf9 (patch)
treee5a0f49f75ad38659f84c3fbe15cad195d2d548f /html/edit
parent8be3aef52ac108daed6da379c586a0ebcade599d (diff)
downloadmu-1166938707b1396a1ece0b8eef6ebd769e6fadf9.tar.gz
3686
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/005-sandbox.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 91e61166..e9c83191 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -36,11 +36,11 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="SalientComment">## running code from the editor and creating sandboxes</span>
 <span class="Comment">#</span>
 <span class="Comment"># Running code in the sandbox editor prepends its contents to a list of</span>
-<span class="Comment"># (non-editable) sandboxes below the editor, showing the result and a maybe</span>
-<span class="Comment"># few other things.</span>
+<span class="Comment"># (non-editable) sandboxes below the editor, showing the result and maybe a</span>
+<span class="Comment"># few other things (later layers).</span>
 <span class="Comment">#</span>
-<span class="Comment"># This layer draws the menubar buttons non-editable sandboxes but they don't</span>
-<span class="Comment"># do anything yet. Later layers implement each button.</span>
+<span class="Comment"># This layer draws the menubar buttons in non-editable sandboxes but they</span>
+<span class="Comment"># don't do anything yet. Later layers implement each button.</span>
 
 <span class="muRecipe">def!</span> main [
   <span class="Constant">local-scope</span>