We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7595d15 commit b00996cCopy full SHA for b00996c
doc/api/repl.md
@@ -36,7 +36,7 @@ The following special commands are supported by all REPL instances:
36
the `.break` command (or pressing the `<ctrl>-C` key combination) will abort
37
further input or processing of that expression.
38
* `.clear`: Resets the REPL `context` to an empty object and clears any
39
- multi-line expression currently being input.
+ multi-line expression being input.
40
* `.exit`: Close the I/O stream, causing the REPL to exit.
41
* `.help`: Show this list of special commands.
42
* `.save`: Save the current REPL session to a file:
0 commit comments