We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba3870 commit 8672eb6Copy full SHA for 8672eb6
README.md
@@ -166,7 +166,7 @@ class User
166
167
* Resulting behaviour matches native enumeration implementation of most other languages (like Java)
168
169
-But as this library emulates enumerations it has a view downsides:
+But as this library emulates enumerations it has a few downsides:
170
171
* Enumerator values can not be used directly
172
* `$user->setStatus(UserStatus::ACTIVE)` fails
0 commit comments