Skip to content

Commit 519d3f7

Browse files
committed
Update README.md
1 parent 90cb9a7 commit 519d3f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
Default user status: 0
3535
Changed user status: 1
3636

37-
* Requires validation on every argument
37+
* Requires validation on every use
3838
* Hard to extend the list of possible values
39-
* Hard to get the name of a value
39+
* Hard to get a human readable name of a value
4040

4141
## The way of enumerables:
4242

@@ -78,9 +78,9 @@
7878
Default user status: INACTIVE (0)
7979
Changed user status: ACTIVE (1)
8080

81-
* Validation already done on basic enum
82-
* Using type-hint makes argumets save
83-
* Name of value simple accessable
81+
* Validation already done on basic class ```Enum```
82+
* Using type-hint makes arguments save
83+
* Human readable name of a value is simple accessable
8484

8585
### New BSD License
8686

0 commit comments

Comments
 (0)