Skip to content

Commit

Permalink
doc: unify ERR_FALSY_VALUE_REJECTION description
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Jun 22, 2017
1 parent 279fcc4 commit 118fd32
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 @@ -577,8 +577,8 @@ Used when `Console` is instantiated without `stdout` stream or when `stdout` or
<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_INDEX_OUT_OF_RANGE"></a>
### ERR_INDEX_OUT_OF_RANGE
Expand Down

0 comments on commit 118fd32

Please sign in to comment.