Skip to content

Commit 5048b56

Browse files
committedJul 23, 2024
Fix typo in spy/protocol.clj docs
1 parent b6d4ba1 commit 5048b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/clj/spy/protocol.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(defmacro mock
8181
"Creates an implementation via `clojure.core/reify` and
8282
a wrapper to spy on the implementation, forwards all calls
83-
to the implementation and records calsl in spies. Matches the
83+
to the implementation and records calls in spies. Matches the
8484
signature and can be used directly instead of `clojure.core/reify`"
8585
{:style/indent [:defn [1]]}
8686
[& opts+specs]

0 commit comments

Comments
 (0)