From: Jérôme Benoit Date: Mon, 25 Sep 2023 20:19:35 +0000 (+0200) Subject: docs: refine code comment X-Git-Tag: v2.7.5~42 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d8531d89d498fec47b38d5fd8a9502d1c3d480c6;hp=f8496b2247cb7e47192173307d690c33c4deaf2c;p=poolifier.git docs: refine code comment Signed-off-by: Jérôme Benoit --- diff --git a/@types/events.d.ts b/@types/events.d.ts index 1432a57e..a0291fe8 100644 --- a/@types/events.d.ts +++ b/@types/events.d.ts @@ -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 }