Skip to content

Commit 8672eb6

Browse files
authored
Fix typo in the readme
1 parent fba3870 commit 8672eb6

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
@@ -166,7 +166,7 @@ class User
166166

167167
* Resulting behaviour matches native enumeration implementation of most other languages (like Java)
168168

169-
But as this library emulates enumerations it has a view downsides:
169+
But as this library emulates enumerations it has a few downsides:
170170

171171
* Enumerator values can not be used directly
172172
* `$user->setStatus(UserStatus::ACTIVE)` fails

0 commit comments

Comments
 (0)