Skip to content

Commit b192227

Browse files
RaisinTentargos
authored andcommittedMay 1, 2021
doc: add return type of readline.createInterface
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>
1 parent 68d5cb8 commit b192227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/api/readline.md

+1
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ changes:
529529
**Default:** `500`.
530530
* `tabSize` {integer} The number of spaces a tab is equal to (minimum 1).
531531
**Default:** `8`.
532+
* Returns: {readline.Interface}
532533

533534
The `readline.createInterface()` method creates a new `readline.Interface`
534535
instance.

0 commit comments

Comments
 (0)
Please sign in to comment.