Skip to content

Commit

Permalink
doc: remove "currently" from repl.md
Browse files Browse the repository at this point in the history
PR-URL: #33756
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott committed Jun 7, 2020
1 parent e233d85 commit a29d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/repl.md
Expand Up @@ -36,7 +36,7 @@ The following special commands are supported by all REPL instances:
the `.break` command (or pressing the `<ctrl>-C` key combination) will abort
further input or processing of that expression.
* `.clear`: Resets the REPL `context` to an empty object and clears any
multi-line expression currently being input.
multi-line expression being input.
* `.exit`: Close the I/O stream, causing the REPL to exit.
* `.help`: Show this list of special commands.
* `.save`: Save the current REPL session to a file:
Expand Down

0 comments on commit a29d7c7

Please sign in to comment.