diff --git a/doc/api/errors.md b/doc/api/errors.md
index e0c7414564694f..81490949c8b7bf 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -573,8 +573,8 @@ but not provided to a Node.js API.
### 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`).
### ERR_INVALID_ARG_TYPE