emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 983f20a 072/110: Fix typo


From: Dmitry Gutov
Subject: [elpa] master 983f20a 072/110: Fix typo
Date: Thu, 23 Jun 2016 01:13:00 +0000 (UTC)

branch: master
commit 983f20a09e51d890dc638b2544c73ebb62cc2086
Author: Jackson Hamilton <address@hidden>
Commit: Jackson Hamilton <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]