We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c20b1 commit 585407fCopy full SHA for 585407f
src/items/enumerations.md
@@ -83,7 +83,7 @@ enum Enum {
83
84
Variant constructors are similar to [struct] definitions, and can be referenced by a path from the enumeration name, including in [use declarations].
85
Each variant defines its type in the [type namespace], though that type cannot be used as a type specifier.
86
-Each variant also defines a constructor in the [value namespace].
+Tuple-like and unit-like variants also define a constructor in the [value namespace].
87
88
A struct-like variant can be instantiated with a [struct expression].
89
A tuple-like variant can be instantiated with a [call expression] or a [struct expression].
0 commit comments