Browse Source

doc: fix minor nit introduced in readline.md

PR-URL: https://github.com/nodejs/node/pull/7198
Reviewed-By: Julian Duque <julianduquej@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
v7.x
James M Snell 9 years ago
committed by Julian Duque
parent
commit
d9e0d8b810
No known key found for this signature in database GPG Key ID: D2F1394777BDB2E2
  1. 2
      doc/api/readline.md

2
doc/api/readline.md

@ -264,7 +264,7 @@ rl.question('What is your favorite food?', (answer) => {
*Note*: The `callback` function passed to `rl.question()` does not follow the
typical pattern of accepting an `Error` object or `null` as the first argument.
The `callback` is called with the provided answer as the only argument.git
The `callback` is called with the provided answer as the only argument.
### rl.resume()
<!-- YAML

Loading…
Cancel
Save