branch: master
commit 5c97dce326a86ebbf5c6d98ebd2bdb37d51a0b48
Author: Masafumi Oyamada (mooz) <[email protected]>
Commit: Masafumi Oyamada (mooz) <[email protected]>
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.