mirror of
https://github.com/danog/strum.git
synced 2024-11-26 20:14:40 +01:00
Replace 'variantes' with 'variants' in README.MD (#79)
This commit is contained in:
parent
bc8fa93ee8
commit
a94c8b0ce1
@ -50,7 +50,7 @@ Strum has implemented the following macros:
|
||||
| [EnumProperty] | Add custom properties to enum variants. |
|
||||
| [EnumMessage] | Add a verbose message to an enum variant. |
|
||||
| [EnumDiscriminants] | Generate a new type with only the discriminant names. |
|
||||
| [EnumCount] | Add a constant `usize` equal to the number of variantes. |
|
||||
| [EnumCount] | Add a constant `usize` equal to the number of variants. |
|
||||
|
||||
# Contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user