Skip to content

Commit ac1108d

Browse files
mscdexMyles Borins
authored and
Myles Borins
committed
doc: add missing backtick for readline
PR-URL: #4549 Reviewed-By: Colin Ihrig <[email protected]>
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

+1-1
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)