Skip to content

Commit a95b7de

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 d35e3ff commit a95b7de

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
@@ -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)