From a95b7decef18f64bc4616038f9e99f13b71575a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 22 Jun 2017 10:44:44 +0200 Subject: [PATCH] doc: unify ERR_FALSY_VALUE_REJECTION description PR-URL: https://github.com/nodejs/node/pull/13869 Refs: https://github.com/nodejs/node/pull/13604 Refs: https://github.com/nodejs/node/pull/13627 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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