Skip to content

Commit f3b4449

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from domain.md
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]>
1 parent 7595486 commit f3b4449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/domain.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@ d2.run(() => {
470470
});
471471
```
472472

473-
Note that domains will not interfere with the error handling mechanisms for
474-
Promises, i.e. no `'error'` event will be emitted for unhandled `Promise`
475-
rejections.
473+
Domains will not interfere with the error handling mechanisms for
474+
Promises. In other words, no `'error'` event will be emitted for unhandled
475+
`Promise` rejections.
476476

477477
[`Error`]: errors.html#errors_class_error
478478
[`EventEmitter`]: events.html#events_class_eventemitter

0 commit comments

Comments
 (0)