Skip to content

Commit 47ecf6e

Browse files
committed
Fix typo in docstring
1 parent 33b1a3a commit 47ecf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clj/src/vim_clojure_static/test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
[coll#]
9696
(every? (partial = ~kw) coll#))
9797
(defn ~(symbol (str \! sym))
98-
~(str "Returns true if any alements of coll do not equal " kw)
98+
~(str "Returns true if any elements of coll do not equal " kw)
9999
{:arglists '~'[coll]}
100100
[coll#]
101101
(boolean (some (partial not= ~kw) coll#)))))

0 commit comments

Comments
 (0)