Skip to content

Commit

Permalink
fix: debugger doc on README
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Nov 4, 2023
1 parent eb34da8 commit 05eb211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ You can put a ? end of line to debug that line:
```chp
1 -> $a
2 -> $b
$a, $b -> add -> $c?
$a, $b -> add? -> $c
// result 1, 2 -> add -> 3
```

Expand Down

0 comments on commit 05eb211

Please sign in to comment.