From 1de2eee93c8f97440c508e29b2c556af22090bcc Mon Sep 17 00:00:00 2001 From: Ilario Pierbattista Date: Fri, 13 Aug 2021 17:28:37 +0200 Subject: [PATCH] Fix Changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6300a07..2de7ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The usage of codecs is deprecated in favour of decoders. (#24) ### Fixed - Used Psalm specific annotations to avoid confusing IDEs without Psalm support. (#26) -- Evety class in the namespace `Facile\PhpCodec\Internal` is marked as internal, and it should not be used outside. (#33) +- Every class in the namespace `Facile\PhpCodec\Internal` is marked as internal, and it should not be used outside. (#33) ### Removed - `Facile\PhpCodec\Internal\Type`. (#33) - `Facile\PhpCodec\Refiner`. (#33)