Skip to content

Commit 0828379

Browse files
authored
Update enumerations.md
1 parent b237d12 commit 0828379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ integer associated to it that is used to determine which variant it holds.
3939
## Custom Discriminant Values for Field-Less Enumerations
4040

4141
If there is no data attached to *any* of the variants of an enumeration,
42-
then the discriminant can directly chosen and accessed.
42+
then the discriminant can be directly chosen and accessed.
4343

4444
If a discriminant isn't specified, they start at zero, and add one for each
4545
variant, in order. Each enum value is just its discriminant which you can

0 commit comments

Comments
 (0)