mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 17:01:08 +00:00
doc: remove "currently" from repl.md
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
e233d85686
commit
a29d7c7ff7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user