8000 doc: add missing backtick for readline · nodejs/node@ac1108d · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/sessions-36ef208f2f57.js" defer="defer">

Commit ac1108d

Browse files
mscdexMyles Borins
authored andcommitted
doc: add missing backtick for readline
PR-URL: #4549 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 09bc0c6 commit ac1108d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/readline.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Clears the screen from the current position of the cursor down.
247247

248248
## readline.createInterface(options)
249249

250-
Creates a readline `Interface` instance. Accepts an `options Object that takes
250+
Creates a readline `Interface` instance. Accepts an `options` Object that takes
251251
the following values:
252252

253253
- `input` - the readable stream to listen to (Required).

0 commit comments

Comments
 (0)
0