We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7595486 commit f3b4449Copy full SHA for f3b4449
doc/api/domain.md
@@ -470,9 +470,9 @@ d2.run(() => {
470
});
471
```
472
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.
+Domains will not interfere with the error handling mechanisms for
+Promises. In other words, no `'error'` event will be emitted for unhandled
+`Promise` rejections.
476
477
[`Error`]: errors.html#errors_class_error
478
[`EventEmitter`]: events.html#events_class_eventemitter
0 commit comments