Skip to content

Commit 7874f77

Browse files
committed
doc: clarify ERR_INVALID_REPL_INPUT usage
The REPL documentation does not list prohibited inputs, but it does explain the conditions under which ERR_INVALID_REPL_INPUT is used. Update the error doc to indicate that.
1 parent fd02dac commit 7874f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,8 +1568,8 @@ which is not supported.
15681568
<a id="ERR_INVALID_REPL_INPUT"></a>
15691569
### `ERR_INVALID_REPL_INPUT`
15701570

1571-
The input may not be used in the [`REPL`][]. All prohibited inputs are
1572-
documented in the [`REPL`][]'s documentation.
1571+
The input may not be used in the [`REPL`][]. The conditions under which this
1572+
error is used are describe in the [`REPL`][] documentation.
15731573

15741574
<a id="ERR_INVALID_RETURN_PROPERTY"></a>
15751575
### `ERR_INVALID_RETURN_PROPERTY`

0 commit comments

Comments
 (0)