Skip to content

Commit 606740a

Browse files
committed
Fix docstring
1 parent 5243649 commit 606740a

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
@@ -619,7 +619,7 @@ This does not include the NODE's namespace."
619619
(treesit-node-child node (if (clojure-ts--metadata-node-p first-child) (1+ n) n) t)))
620620

621621
(defun clojure-ts--node-with-metadata-parent (node)
622-
"Return parent for NODE only if NODE has metadata, otherwise returns nil."
622+
"Return parent for NODE only if NODE has metadata, otherwise return nil."
623623
(when-let* ((prev-sibling (treesit-node-prev-sibling node))
624624
((clojure-ts--metadata-node-p prev-sibling)))
625625
(treesit-node-parent (treesit-node-parent node))))

0 commit comments

Comments
 (0)