summaryrefslogtreecommitdiff
path: root/doc/api/debugger.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/debugger.md')
-rw-r--r--doc/api/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index 00dda306d0..d64f3750f6 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -70,7 +70,7 @@ debug> repl
Press Ctrl + C to leave debug repl
> x
5
-> 2+2
+> 2 + 2
4
debug> next
< world