Skip to content

Commit 377c8d8

Browse files
authored
Merge pull request #2014 from tshepang/patch-2
enumerations.md: fix pluralisation
2 parents 62d9cf7 + 5fdad6f commit 377c8d8

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)