Skip to content

Commit

Permalink
fix tiny typo in README.md (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Alchemist authored Oct 21, 2023
1 parent 73b4502 commit efed731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ If you want to have more precise error handling based on the problem pred only
result in the addition of the `:exoscale.lingo.explain.pred/*` keys to the
problem.

There is this libary called clojure.spec that's pretty good to parse forms and extract information from them, we happen to use it to do just that:
There is this library called clojure.spec that's pretty good to parse forms and extract information from them, we happen to use it to do just that:

``` clj
(s/def ::int-in-range (s/cat :_ #{'clojure.spec.alpha/int-in-range?}
Expand Down

0 comments on commit efed731

Please # to comment.