about summary refs log tree commit diff stats
path: root/edit
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 /edit
parent1166938707b1396a1ece0b8eef6ebd769e6fadf9 (diff)
downloadmu-ccae45851f729ada29391e7497cf8e4c9796ff8c.tar.gz
3687
Diffstat (limited to 'edit')
-rw-r--r--edit/005-sandbox.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 8cd21fa0..295e5ff1 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -21,7 +21,7 @@ def! main [
 ]
 
 container environment [
-  sandbox:&:sandbox  # list of sandboxes, from top to bottom
+  sandbox:&:sandbox  # list of sandboxes, from top to bottom. TODO: switch to &:list:sandbox
   render-from:num
   number-of-sandboxes:num
 ]