Skip to content

Commit b00996c

Browse files
Trottcodebytere
authored andcommitted
doc: remove "currently" from repl.md
PR-URL: #33756 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 7595d15 commit b00996c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/repl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following special commands are supported by all REPL instances:
3636
the `.break` command (or pressing the `<ctrl>-C` key combination) will abort
3737
further input or processing of that expression.
3838
* `.clear`: Resets the REPL `context` to an empty object and clears any
39-
multi-line expression currently being input.
39+
multi-line expression being input.
4040
* `.exit`: Close the I/O stream, causing the REPL to exit.
4141
* `.help`: Show this list of special commands.
4242
* `.save`: Save the current REPL session to a file:

0 commit comments

Comments
 (0)