Skip to content

Commit 5fdad6f

Browse files
authored
enumerations.md: fix pluralisation
1 parent 7d03395 commit 5fdad6f

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
@@ -59,7 +59,7 @@ In this example, `Cat` is a _struct-like enum variant_, whereas `Dog` is simply
5959
called an enum variant.
6060

6161
r[items.enum.fieldless]
62-
An enum where no constructors contain fields are called a
62+
An enum where no constructors contain fields is called a
6363
*<span id="field-less-enum">field-less enum</span>*. For example, this is a fieldless enum:
6464

6565
```rust

0 commit comments

Comments
 (0)