Skip to content

Commit e53bae1

Browse files
drealecsjdreesen
andauthored
fix the verb conjugation
Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
1 parent 92662ad commit e53bae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ final class Action extends Enum
132132

133133
## Native enums and migration
134134
Native enum arrived to PHP in version 8.1: https://www.php.net/enumerations
135-
If your project is running PHP 8.1+ or your library have it as a minimum requirement you should use it instead of this library.
135+
If your project is running PHP 8.1+ or your library has it as a minimum requirement you should use it instead of this library.
136136

137137
When migrating from `myclabs/php-enum`, the effort should be small if the usage was in the recommended way:
138138
- private constants

0 commit comments

Comments
 (0)