Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 29, 2024
1 parent 1208278 commit eab7dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ See `treesit-simple-indent-rules'."

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

0 comments on commit eab7dc3

Please sign in to comment.