Skip to content

Commit a778081

Browse files
Trotttargos
authored andcommitted
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. PR-URL: #37143 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7196ac1 commit a778081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/errors.md

+2-2
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 described in the [`REPL`][] documentation.
15731573

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

0 commit comments

Comments
 (0)