Skip to content

Commit

Permalink
Replace 'variantes' with 'variants' in README.MD (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-h authored and peter-glotfelty committed Dec 12, 2019
1 parent bc8fa93 commit a94c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down

0 comments on commit a94c8b0

Please sign in to comment.