1
0
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:
Cedric Hutchings 2019-12-12 13:54:32 -05:00 committed by Peter Glotfelty
parent bc8fa93ee8
commit a94c8b0ce1

View File

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