Skip to content

Commit afe3823

Browse files
Merge pull request #1346 from sam-zheng/patch-1
redundant word removed
2 parents a9780e5 + 4de0272 commit afe3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/struct-expr.md

Lines changed: 1 addition & 1 deletion
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)