docs: code comment formatting
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 17:28:05 +0000 (19:28 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Sep 2023 17:28:05 +0000 (19:28 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
@types/events.d.ts

index e74fe13840d4e2063b9959cf7ba61960320a6c4e..b2da7b09329db6af2bdfde17ed08bb48c4eda45c 100644 (file)
@@ -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.
    *