Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: remove unused modules #4684

Closed
wants to merge 15 commits into from
Closed
Prev Previous commit
Next Next commit
doc: add missing backtick for readline
PR-URL: #4549
Reviewed-By: Colin Ihrig <[email protected]>
mscdex authored and Myles Borins committed Jan 13, 2016
commit 8cb88408e4d0cfd24504b955ef7c78efd12febc1
2 changes: 1 addition & 1 deletion doc/api/readline.markdown
Original file line number Diff line number Diff line change
@@ -247,7 +247,7 @@ Clears the screen from the current position of the cursor down.

## readline.createInterface(options)

Creates a readline `Interface` instance. Accepts an `options Object that takes
Creates a readline `Interface` instance. Accepts an `options` Object that takes
the following values:

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