Skip to content

Commit

Permalink
Fix function spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 4, 2024
1 parent f3fc11e commit f71924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md)*

* next
* Fix function spec typo
* 0.18.1394 on Dec 29, 2023
* Re-did release due to prior tagging failure
* 0.18.1393 on Dec 29, 2023
Expand Down
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/tools/deps/specs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
:ret ::lib-map)

(s/fdef clojure.tools.deps/make-classpath-map
:args (s/cat :deps ::deps-map, :libs ::lib-map, :classpath-args ::claspath-args)
:args (s/cat :deps ::deps-map, :libs ::lib-map, :classpath-args ::classpath-args)
:ret map?)

(s/fdef clojure.tools.deps/make-classpath
Expand Down

0 comments on commit f71924e

Please sign in to comment.