Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit b6545c8

Browse files
committed
Update README.md
1 parent 1a89019 commit b6545c8

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
@@ -17,7 +17,7 @@ Enumerated type for PHP by [Petr Knap].
1717

1818
## Why use Enums instead of Constants?
1919

20-
Because it is safer and less scary than using constants. Don't trust me? Let see at these examples:
20+
Because it is safer and less scary than using constants. Don't trust me? Let see at this code:
2121

2222
```php
2323
class MyBoolean

0 commit comments

Comments
 (0)