From 97858ca6775a630520948639d67a3e7999682341 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 6 Jun 2019 14:22:24 +0300 Subject: [PATCH] Update lib/async-emitter.js Co-Authored-By: Mykola Bilochub --- lib/async-emitter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/async-emitter.js b/lib/async-emitter.js index 8929ac10..90ad98a8 100644 --- a/lib/async-emitter.js +++ b/lib/async-emitter.js @@ -100,7 +100,7 @@ class AsyncEmitter { return [...event]; } - // Get events name array + // Get event names array // Returns: names names() { return [...this.events.keys()];