From efed731bae57b85865c29748bd7c150e7a7ecca4 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Sat, 21 Oct 2023 04:19:32 -0400 Subject: [PATCH] fix tiny typo in README.md (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd04e5..2afa87d 100644 --- a/README.md +++ b/README.md @@ -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?}