We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068718c commit 4f2215fCopy full SHA for 4f2215f
doc/api/readline.md
@@ -264,7 +264,7 @@ rl.question('What is your favorite food?', (answer) => {
264
265
*Note*: The `callback` function passed to `rl.question()` does not follow the
266
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
+The `callback` is called with the provided answer as the only argument.
268
269
### rl.resume()
270
<!-- YAML
0 commit comments