From 118fd32491a10143e3f3f92c0e623d6bc13f1a27 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 Refs: https://github.com/nodejs/node/pull/13604 Refs: https://github.com/nodejs/node/pull/13627 --- 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 aef6580822859e..6eeef46045bd82 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -577,8 +577,8 @@ Used when `Console` is instantiated without `stdout` stream or when `stdout` or ### 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_INDEX_OUT_OF_RANGE