Skip to content

Commit 4f2215f

Browse files
jasnellevanlucas
authored andcommitted
doc: fix minor nit introduced in readline.md
PR-URL: #7198 Reviewed-By: Julian Duque <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 068718c commit 4f2215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/readline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ rl.question('What is your favorite food?', (answer) => {
264264

265265
*Note*: The `callback` function passed to `rl.question()` does not follow the
266266
typical pattern of accepting an `Error` object or `null` as the first argument.
267-
The `callback` is called with the provided answer as the only argument.git
267+
The `callback` is called with the provided answer as the only argument.
268268

269269
### rl.resume()
270270
<!-- YAML

0 commit comments

Comments
 (0)