File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ forwards.
254
254
255
255
Duplicated history entires will be skipped.
256
256
257
- Entries are accepted as soon as any button is pressed that doesn't correspond
257
+ Entries are accepted as soon as any key is pressed that doesn't correspond
258
258
with the reverse search. Cancelling is possible by pressing <kbd >Esc</kbd > or
259
259
<kbd >Ctrl</kbd >+<kbd >C</kbd >.
260
260
@@ -285,10 +285,9 @@ repl.start({ prompt: '> ', eval: myEval });
285
285
286
286
#### Recoverable errors
287
287
288
- As a user is typing input into the REPL prompt, pressing ** Enter** will
289
- send the current line of input to the ` eval ` function. In order to support
290
- multi-line input, the eval function can return an instance of ` repl.Recoverable `
291
- to the provided callback function:
288
+ At the REPL prompt, pressing <kbd >Enter</kbd > sends the current line of input to
289
+ the ` eval ` function. In order to support multi-line input, the ` eval ` function
290
+ can return an instance of ` repl.Recoverable ` to the provided callback function:
292
291
293
292
``` js
294
293
function myEval (cmd , context , filename , callback ) {
You can’t perform that action at this time.
0 commit comments