We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72622 commit ffece88Copy full SHA for ffece88
doc/api/events.md
@@ -1878,8 +1878,7 @@ same options as `EventEmitter` and `AsyncResource` themselves.
1878
* `captureRejections` {boolean} It enables
1879
[automatic capturing of promise rejection][capturerejections].
1880
**Default:** `false`.
1881
- * `name` {string} The type of async event. **Default::**
1882
- [`new.target.name`][].
+ * `name` {string} The type of async event. **Default:** [`new.target.name`][].
1883
* `triggerAsyncId` {number} The ID of the execution context that created this
1884
async event. **Default:** `executionAsyncId()`.
1885
* `requireManualDestroy` {boolean} If set to `true`, disables `emitDestroy`
0 commit comments