Skip to content

Commit cfe880f

Browse files
committed
Fix typo
1 parent 1595109 commit cfe880f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-destructuring-assignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You may destructure a value when making an assignment, just as when you declare
3838

3939
- Tuples.
4040
- Slices.
41-
- Structs (inclduing unit and tuple structs).
41+
- Structs (including unit and tuple structs).
4242
- Unique variants of enums.
4343

4444
You may use `_` and `..` as in a normal declaration pattern to ignore certain values.
@@ -120,7 +120,7 @@ We support the following classes of expressions:
120120

121121
- Tuples.
122122
- Slices.
123-
- Structs (inclduing unit and tuple structs).
123+
- Structs (including unit and tuple structs).
124124
- Unique variants of enums.
125125

126126
In the desugaring, we convert the expression `(a, b)` into an analogous pattern `(_a, _b)` (whose

0 commit comments

Comments
 (0)