about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-11-25 11:04:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-25 11:04:41 -0800
commitccae45851f729ada29391e7497cf8e4c9796ff8c (patch)
treebfd3f35d09066861891a35dd1ecefe2bcfcd42b7 /html
parent1166938707b1396a1ece0b8eef6ebd769e6fadf9 (diff)
downloadmu-ccae45851f729ada29391e7497cf8e4c9796ff8c.tar.gz
3687
Diffstat (limited to 'html')
-rw-r--r--html/edit/005-sandbox.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index e9c83191..886ca9bc 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -56,7 +56,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 ]
 
 <span class="muData">container</span> environment [
-  sandbox:&amp;:sandbox  <span class="Comment"># list of sandboxes, from top to bottom</span>
+  sandbox:&amp;:sandbox  <span class="Comment"># list of sandboxes, from top to bottom. TODO: switch to &amp;:list:sandbox</span>
   render-from:num
   number-of-sandboxes:num
 ]