diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:04:14 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-11-25 11:04:41 -0800 |
commit | ccae45851f729ada29391e7497cf8e4c9796ff8c (patch) | |
tree | bfd3f35d09066861891a35dd1ecefe2bcfcd42b7 /edit | |
parent | 1166938707b1396a1ece0b8eef6ebd769e6fadf9 (diff) | |
download | mu-ccae45851f729ada29391e7497cf8e4c9796ff8c.tar.gz |
3687
Diffstat (limited to 'edit')
-rw-r--r-- | edit/005-sandbox.mu | 2 |
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 ] |