X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=%40types%2Fevents.d.ts;h=b2da7b09329db6af2bdfde17ed08bb48c4eda45c;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=e74fe13840d4e2063b9959cf7ba61960320a6c4e;hpb=85126db3ff113e81dc8ad41ae045ba3ba2f334c5;p=poolifier.git diff --git a/@types/events.d.ts b/@types/events.d.ts index e74fe138..b2da7b09 100644 --- a/@types/events.d.ts +++ b/@types/events.d.ts @@ -20,7 +20,7 @@ declare module 'events' { } /** - * Integrates `EventEmitter` with `AsyncResource` for `EventEmitters` that require + * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that require * manual async tracking. Specifically, all events emitted by instances of * `EventEmitterAsyncResource` will run within its async context. *