We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4471b0e commit 1978748Copy full SHA for 1978748
src/expressions/struct-expr.md
@@ -56,7 +56,7 @@ A value of a [union] type can only be created using this syntax, and it must spe
56
57
## Functional update syntax
58
59
-A struct expression can terminate with the syntax `..` followed by an expression to denote a functional update.
+A struct expression that constructs a struct can terminate with the syntax `..` followed by an expression to denote a functional update.
60
The expression following `..` (the base) must have the same struct type as the new struct type being formed.
61
62
The entire expression uses the given values for the fields that were specified and moves or copies the remaining fields from the base expression.
0 commit comments