docs: refine code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 Sep 2023 20:19:35 +0000 (22:19 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 25 Sep 2023 20:19:35 +0000 (22:19 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
@types/events.d.ts

index 1432a57e0eb6e256ea03fb1f40365bfb8b8067e5..a0291fe8099abeea827af9d7a353871d8f0ee0a8 100644 (file)
@@ -14,7 +14,7 @@ declare module 'events' {
     EventEmitterOptions {
     /**
      * The type of async event.
-     * @default new.target.name if instantiated from a child class.
+     * @default new.target.name if instantiated as a child class.
      */
     name?: string
   }