We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4018e8 commit 0fc7a50Copy full SHA for 0fc7a50
doc/api/errors.md
@@ -573,8 +573,8 @@ but not provided to a Node.js API.
573
<a id="ERR_FALSY_VALUE_REJECTION"></a>
574
### ERR_FALSY_VALUE_REJECTION
575
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`).
+Used by the `util.callbackify()` API when a callbackified `Promise` is rejected
+with a falsy value (e.g. `null`).
578
579
<a id="ERR_INVALID_ARG_TYPE"></a>
580
### ERR_INVALID_ARG_TYPE
0 commit comments