Skip to content

Commit 6e6e8b4

Browse files
authored
redundant word removed
"struct expressions can be in used in these situations" => "struct expressions can be used in these situations"
1 parent 3c47807 commit 6e6e8b4

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)