We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e3ff commit a95b7deCopy full SHA for a95b7de
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