Skip to content

Commit

Permalink
Fix typo in spy/protocol.clj docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjamesking committed Jul 23, 2024
1 parent b6d4ba1 commit 5048b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/spy/protocol.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(defmacro mock
"Creates an implementation via `clojure.core/reify` and
a wrapper to spy on the implementation, forwards all calls
to the implementation and records calsl in spies. Matches the
to the implementation and records calls in spies. Matches the
signature and can be used directly instead of `clojure.core/reify`"
{:style/indent [:defn [1]]}
[& opts+specs]
Expand Down

0 comments on commit 5048b56

Please sign in to comment.