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>
This commit is contained in:
Rich Trott 2019-06-20 13:56:22 -06:00
parent 2c9883df31
commit ef3d9f11c3

View File

@ -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