diff --git a/doc/api/repl.md b/doc/api/repl.md index a134c493a54812..7df45684996eb2 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -605,7 +605,7 @@ The `replServer.displayPrompt()` method readies the REPL instance for input from the user, printing the configured `prompt` to a new line in the `output` and resuming the `input` to accept new input. -When multi-line input is being entered, an ellipsis is printed rather than the +When multi-line input is being entered, a pipe `'|'` is printed rather than the 'prompt'. When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. @@ -657,6 +657,14 @@ A list of the names of all Node.js modules, e.g., `'http'`.