Skip to content

Commit

Permalink
doc: add return type of readline.createInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Mar 4, 2021
1 parent 5248a17 commit 4b1e3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/readline.md
Expand Up @@ -601,6 +601,7 @@ changes:
**Default:** `500`.
* `tabSize` {integer} The number of spaces a tab is equal to (minimum 1).
**Default:** `8`.
* Returns: {readline.Interface}

The `readline.createInterface()` method creates a new `readline.Interface`
instance.
Expand Down

0 comments on commit 4b1e3f4

Please sign in to comment.