mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
fix doc
This commit is contained in:
parent
06a8669d49
commit
79a1916df2
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ enum Color { RED = 2, BLUE = 4, GREEN = 8 };
|
|||
|
||||
* `magic_enum` does not pretend to be a silver bullet for reflection for enums, it was originally designed for small enum.
|
||||
|
||||
* Before use, read the [limitations](limitations.md) of functionality.
|
||||
* Before use, read the [limitations](doc/limitations.md) of functionality.
|
||||
|
||||
## Integration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue