From 9536123094d1ab7212e1980662d952a1d590ab8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 24 Sep 2023 19:28:05 +0200 Subject: [PATCH] docs: code comment formatting MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- @types/events.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.34.1