Skip to content

Commit eab7dc3

Browse files
committed
Fix a typo
1 parent 1208278 commit eab7dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-ts-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ See `treesit-simple-indent-rules'."
745745

746746
(defun clojure-ts--match-method-body (_node parent _bol)
747747
"Matches a `NODE' in the body of a `PARENT' method implementation.
748-
A method implementation referes to concrete implemntations being defined in
748+
A method implementation referes to concrete implementations being defined in
749749
forms like deftype, defrecord, reify, proxy, etc."
750750
(and
751751
(clojure-ts--list-node-p parent)

0 commit comments

Comments
 (0)