From 8758e4a0fd260be6432a6ae52b241aca95c3d81a Mon Sep 17 00:00:00 2001 From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Tue, 24 Aug 2021 23:23:51 +0400 Subject: [PATCH] Fix wording in Changelog --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7a56f3d..ebe00c1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,7 +8,7 @@ The new semigroup instance now works similar to the `ValidationRule` semigroup instance. * Add `Monoid` instance for `Validator`. * Remove `ValidationRule`. -* Removed `Selector` type alias. +* Remove `Selector` type alias. * Rewrite all previous `ValidationRule` combinators to work with `Validator`s instead. * Rename `negateRule` -> `negateV`. * Rename `falseRule` -> `failV`.