Skip to content

Commit 0fc7a50

Browse files
tniessenaddaleax
authored andcommitted
doc: unify ERR_FALSY_VALUE_REJECTION description
PR-URL: #13869 Refs: #13604 Refs: #13627 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent c4018e8 commit 0fc7a50

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
@@ -573,8 +573,8 @@ but not provided to a Node.js API.
573573
<a id="ERR_FALSY_VALUE_REJECTION"></a>
574574
### ERR_FALSY_VALUE_REJECTION
575575

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

579579
<a id="ERR_INVALID_ARG_TYPE"></a>
580580
### ERR_INVALID_ARG_TYPE

0 commit comments

Comments
 (0)