marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

Please fix typo in release notes for 2.3.0 #101

Closed TysonAndre closed 6 years ago

TysonAndre commented 6 years ago

https://github.com/marc-mabe/php-enum/releases/tag/v2.3.0

Renamed Enum::getByOrdinal() -> Enum::byName()

This should instead say -> Enum::byOrdinal()

marc-mabe commented 6 years ago

fixed - thanks That's my first issue for a release note typo 🥇