branch: master
commit 983f20a09e51d890dc638b2544c73ebb62cc2086
Author: Jackson Hamilton <[email protected]>
Commit: Jackson Hamilton <[email protected]>

    Fix typo
---
 js2-mode.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js2-mode.el b/js2-mode.el
index 87a5f2c..1322c29 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -7754,7 +7754,7 @@ string is NAME.  Returns nil and keeps current token 
otherwise."
 ;; thus whether `js2-get-token' should be called) until later.  If
 ;; `js2-get-token' were called eccentrically, `js2-current-token' would be
 ;; off-by-one, causing `js2-parse-unary-expr' to potentially fail when "async"
-;; is unused in a non-keyword context.
+;; is used in a non-keyword context.
 
 (defun js2-match-async-arrow-function-1 ()
   (and (js2-contextual-kwd-p (js2-current-token) "async")

Reply via email to