Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalabka committed Jul 9, 2020
1 parent 6e4c07c commit 5744e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -157,7 +157,7 @@ foreach (Action::values() as $name => $action) {
```

### Match expression
PHP 8 is going to support [match expression](https://wiki.php.net/rfc/match_expression_v2) which simnplifies usage of enums:
PHP 8 is going to support [match expression](https://wiki.php.net/rfc/match_expression_v2) which simplifies usage of enums:
```
<?php
use Dbalabka\Enumeration\Examples\Enum\Action;
Expand Down

0 comments on commit 5744e1e

Please sign in to comment.