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 danielleadams committed Mar 16, 2021
1 parent ec71a0f commit 366772b
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 366772b

Please sign in to comment.