Skip to content

Commit

Permalink
enhance README
Browse files Browse the repository at this point in the history
  • Loading branch information
huykingsofm committed Dec 19, 2024
1 parent 3e65d09 commit d252635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func main() {
> `xybor-x/enum` supports three enum types: **Basic enum** for simplicity, **Wrap enum** for enhanced functionality, and **Safe enum** for strict type safety.
| Features | Basic enum ([#][1]) | Wrap enum ([#][2]) | Safe enum ([#][3]) |
| ---------------------------------------------- | ------------------- | ------------------ | ------------------ |
| :--------------------------------------------- | ------------------- | ------------------ | ------------------ |
| **Underlying type required** | **No** | Yes | Yes |
| **Built-in methods** | No | **Yes** | **Yes** |
| **Constant enum** ([#][5]) | **Yes** | **Yes** | No |
Expand Down

0 comments on commit d252635

Please sign in to comment.