about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-24 16:28:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-24 16:28:03 -0700
commit224972ee9871fcb06ee285fa5f3d9528c034d414 (patch)
treed7b3dad156e9c962d1c525e36aee14fe4afee0b4 /Readme.md
parentb0bf5321de2ba32f3b92c2faf6b7b68a06b6b432 (diff)
downloadmu-224972ee9871fcb06ee285fa5f3d9528c034d414.tar.gz
2865
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index b56a036e..433f188c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -346,7 +346,7 @@ Another feature: Clicking on the code in a sandbox expands its trace for you
 to browse. To add to the trace, use `stash`. For example:
 
   ```nim
-  stash [first ingredient is ], x
+  stash [first ingredient is], x
   ```
 
 Invaluable for understanding complex control flow without cluttering up the