build(deps): bump poolifier
[poolifier.git] / @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
   }