We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4ba1 commit 5048b56Copy full SHA for 5048b56
src/clj/spy/protocol.clj
@@ -80,7 +80,7 @@
80
(defmacro mock
81
"Creates an implementation via `clojure.core/reify` and
82
a wrapper to spy on the implementation, forwards all calls
83
- to the implementation and records calsl in spies. Matches the
+ to the implementation and records calls in spies. Matches the
84
signature and can be used directly instead of `clojure.core/reify`"
85
{:style/indent [:defn [1]]}
86
[& opts+specs]
0 commit comments