From: Jérôme Benoit Date: Sun, 24 Sep 2023 17:28:05 +0000 (+0200) Subject: docs: code comment formatting X-Git-Tag: v2.7.4~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9536123094d1ab7212e1980662d952a1d590ab8a;p=poolifier.git docs: code comment formatting Signed-off-by: Jérôme Benoit --- 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. *