diff --git a/doc/api/readline.md b/doc/api/readline.md index 8f96616fd235c6..ed8f3777467d4d 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -529,6 +529,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.