From a94c8b0ce132951dcf04109e92843bd4ec4b23bf Mon Sep 17 00:00:00 2001 From: Cedric Hutchings Date: Thu, 12 Dec 2019 13:54:32 -0500 Subject: [PATCH] Replace 'variantes' with 'variants' in README.MD (#79) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ecd2d5..14531cb9 100644 --- a/README.md +++ b/README.md @@ -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