Skip to content

Commit 0fc7a50

Browse files
tniessenaddaleax
authored andcommittedJul 18, 2017
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 c4018e8 commit 0fc7a50

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)
Please sign in to comment.