diff options
-rw-r--r-- | Readme.md | 2 |
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 |