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

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

[elpa] master 5c97dce 002/110: Fix typo; Refs #185


From: Dmitry Gutov
Subject: [elpa] master 5c97dce 002/110: Fix typo; Refs #185
Date: Thu, 23 Jun 2016 01:12:52 +0000 (UTC)

branch: master
commit 5c97dce326a86ebbf5c6d98ebd2bdb37d51a0b48
Author: Masafumi Oyamada (mooz) <address@hidden>
Commit: Masafumi Oyamada (mooz) <address@hidden>

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

diff --git a/js2-mode.el b/js2-mode.el
index 7f68dc7..1843fb2 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -9309,7 +9309,7 @@ If NODE is non-nil, it is the AST node associated with 
the symbol."
         async-p)
     (if (= tt js2-YIELD)
         (js2-parse-return-or-yield tt t)
-      ;; TODO(mooz): Bit cofusing.
+      ;; TODO(mooz): Bit confusing.
       ;; If we meet `async` token and it's not part of `async
       ;; function`, then this `async` is for a succeeding async arrow
       ;; function.



reply via email to

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