Browse Source

doc: add missing backtick for readline

PR-URL: https://github.com/nodejs/node/pull/4549
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
process-exit-stdio-flushing
Brian White 9 years ago
parent
commit
e51bbfd487
  1. 2
      doc/api/readline.markdown

2
doc/api/readline.markdown

@ -247,7 +247,7 @@ Clears the screen from the current position of the cursor down.
## readline.createInterface(options)
Creates a readline `Interface` instance. Accepts an `options Object that takes
Creates a readline `Interface` instance. Accepts an `options` Object that takes
the following values:
- `input` - the readable stream to listen to (Required).

Loading…
Cancel
Save