1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
This commit is contained in:
Neargye 2020-01-25 23:04:44 +05:00
parent 06a8669d49
commit 79a1916df2

View file

@ -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