Skip to content

Commit fcc12c7

Browse files
authored
Merge pull request #1346 from sam-zheng/patch-1
redundant word removed
2 parents 3c47807 + 6e6e8b4 commit fcc12c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/struct-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ drop(y_ref);
7373
```
7474

7575
Struct expressions with curly braces can't be used directly in a [loop] or [if] expression's head, or in the [scrutinee] of an [if let] or [match] expression.
76-
However, struct expressions can be in used in these situations if they are within another expression, for example inside [parentheses].
76+
However, struct expressions can be used in these situations if they are within another expression, for example inside [parentheses].
7777

7878
The field names can be decimal integer values to specify indices for constructing tuple structs.
7979
This can be used with base structs to fill out the remaining indices not specified:

0 commit comments

Comments
 (0)