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)