Skip to content

Commit 366772b

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

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
@@ -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)