From 5fdad6f7adf59b42856266cb44c06c40d184e79d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 25 Sep 2025 12:53:59 +0200 Subject: [PATCH] enumerations.md: fix pluralisation --- src/items/enumerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/enumerations.md b/src/items/enumerations.md index bc79d2def5..89dd073811 100644 --- a/src/items/enumerations.md +++ b/src/items/enumerations.md @@ -59,7 +59,7 @@ In this example, `Cat` is a _struct-like enum variant_, whereas `Dog` is simply called an enum variant. r[items.enum.fieldless] -An enum where no constructors contain fields are called a +An enum where no constructors contain fields is called a *field-less enum*. For example, this is a fieldless enum: ```rust