Skip to content

Commit b192227

Browse files
RaisinTentargos
authored andcommitted
doc: add return type of readline.createInterface
PR-URL: #37600 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)