We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b1a3a commit 47ecf6eCopy full SHA for 47ecf6e
1 file changed
clj/src/vim_clojure_static/test.clj
@@ -95,7 +95,7 @@
95
[coll#]
96
(every? (partial = ~kw) coll#))
97
(defn ~(symbol (str \! sym))
98
- ~(str "Returns true if any alements of coll do not equal " kw)
+ ~(str "Returns true if any elements of coll do not equal " kw)
99
{:arglists '~'[coll]}
100
101
(boolean (some (partial not= ~kw) coll#)))))
0 commit comments