Skip to content

Commit

Permalink
doc: unify ERR_FALSY_VALUE_REJECTION description
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen authored and addaleax committed Jun 29, 2017
1 parent 6779539 commit 6657c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ but not provided to a Node.js API.
<a id="ERR_FALSY_VALUE_REJECTION"></a>
### ERR_FALSY_VALUE_REJECTION

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

<a id="ERR_INVALID_ARG_TYPE"></a>
### ERR_INVALID_ARG_TYPE
Expand Down

0 comments on commit 6657c4c

Please sign in to comment.