From fdc9fc2385be8163e3b6bbf83a12b18e04a82ec2 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Tue, 4 Oct 2022 13:19:27 -0400 Subject: [PATCH] small typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b089c..c34bc35 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ There are few main vars in core ns: `valid?`, `explain-data`, `assert` and if value conforms the pattern and false in other case. The second one is a function, which returns a vector of errors or nil. The third one is a macro, it works the same way as `valid?`, but additionally asserts with `is` and provide a -vector of errors using `expalin-data`. `dessert` is opposit to `assert`, test +vector of errors using `explain-data`. `dessert` is opposit to `assert`, test fails only if value is `valid?`. ```clj