doc: add missing backtick for readline

PR-URL: https://github.com/nodejs/node/pull/4549
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Brian White 2016-01-05 23:46:05 -05:00
parent cc82e5e3d9
commit e51bbfd487

View File

@ -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).