Skip to content

Commit 366772b

Browse files
RaisinTendanielleadams
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 ec71a0f commit 366772b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/api/readline.md

+1
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ changes:
601601
**Default:** `500`.
602602
* `tabSize` {integer} The number of spaces a tab is equal to (minimum 1).
603603
**Default:** `8`.
604+
* Returns: {readline.Interface}
604605

605606
The `readline.createInterface()` method creates a new `readline.Interface`
606607
instance.

0 commit comments

Comments
 (0)