Skip to content

Commit

Permalink
doc: add return type of readline.createInterface
Browse files Browse the repository at this point in the history
PR-URL: #37600
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
RaisinTen authored and targos committed May 1, 2021
1 parent 68d5cb8 commit b192227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/readline.md
Expand Up @@ -529,6 +529,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 b192227

Please sign in to comment.