Skip to content

Commit b920960

Browse files
authored
fixed typo in README
1 parent e756ea3 commit b920960

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
@@ -144,7 +144,7 @@ $user->setStatus(ExtendedUserStatus::EXTENDED());
144144

145145
Now the setter receives a status it doesn't know about but allows it.
146146

147-
#### Solution 1: Finilize the numeration
147+
#### Solution 1: Finilize the enumeration
148148

149149
```php
150150
final class UserStatus extends Enum

0 commit comments

Comments
 (0)