Skip to content

Commit 23b3bbf

Browse files
committed
doc: unify ERR_FALSY_VALUE_REJECTION description
PR-URL: #13869 Refs: #13604 Refs: #13627 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent ea12038 commit 23b3bbf

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
@@ -577,8 +577,8 @@ Used when `Console` is instantiated without `stdout` stream or when `stdout` or
577577
<a id="ERR_FALSY_VALUE_REJECTION"></a>
578578
### ERR_FALSY_VALUE_REJECTION
579579

580-
The `ERR_FALSY_VALUE_REJECTION` error code is used by the `util.callbackify()`
581-
API when a callbackified `Promise` is rejected with a falsy value (e.g. `null`).
580+
Used by the `util.callbackify()` API when a callbackified `Promise` is rejected
581+
with a falsy value (e.g. `null`).
582582

583583
<a id="ERR_INDEX_OUT_OF_RANGE"></a>
584584
### ERR_INDEX_OUT_OF_RANGE

0 commit comments

Comments
 (0)