Skip to content

Commit

Permalink
doc: remove "note that" from domain.md
Browse files Browse the repository at this point in the history
Refs: nodejs/remark-preset-lint-node#16

PR-URL: #28329
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott authored and targos committed Jul 2, 2019
1 parent 7595486 commit f3b4449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3b4449

Please sign in to comment.