summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 13:56:22 -0600
committerRich Trott <rtrott@gmail.com>2019-06-23 07:09:50 -0700
commitef3d9f11c31dd92602dcccf9e54eb1aa71c1f939 (patch)
tree2e89f1f85ebac597ac6dc7694ffbaa44d07ace34
parent2c9883df3144714e651887ab9844b01d5a0479a1 (diff)
downloadandroid-node-v8-ef3d9f11c31dd92602dcccf9e54eb1aa71c1f939.tar.gz
android-node-v8-ef3d9f11c31dd92602dcccf9e54eb1aa71c1f939.tar.bz2
android-node-v8-ef3d9f11c31dd92602dcccf9e54eb1aa71c1f939.zip
doc: remove "note that" from domain.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
-rw-r--r--doc/api/domain.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/domain.md b/doc/api/domain.md
index 63dbcabbbc..803fc2b830 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