From ef3d9f11c31dd92602dcccf9e54eb1aa71c1f939 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:56:22 -0600 Subject: [PATCH] doc: remove "note that" from domain.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/domain.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/domain.md b/doc/api/domain.md index 63dbcabbbc2..803fc2b830e 100644 --- a/doc/api/domain.md +++ b/doc/api/domain.md @@ -470,9 +470,9 @@ d2.run(() => { }); ``` -Note that domains will not interfere with the error handling mechanisms for -Promises, i.e. no `'error'` event will be emitted for unhandled `Promise` -rejections. +Domains will not interfere with the error handling mechanisms for +Promises. In other words, no `'error'` event will be emitted for unhandled +`Promise` rejections. [`Error`]: errors.html#errors_class_error [`EventEmitter`]: events.html#events_class_eventemitter