Skip to content

Commit

Permalink
doc: fix minor nit introduced in readline.md
Browse files Browse the repository at this point in the history
PR-URL: #7198
Reviewed-By: Julian Duque <julianduquej@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell authored and evanlucas committed Jun 15, 2016
1 parent 068718c commit 4f2215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f2215f

Please sign in to comment.