Skip to content

Commit 56a029f

Browse files
committed
rollup merge of rust-lang#16852 : steveklabnik/desugar_destructure
2 parents 963861f + eb28237 commit 56a029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4068,7 +4068,7 @@ match x {
40684068
}
40694069
```
40704070

4071-
If you have a struct, you can desugar it inside of a pattern:
4071+
If you have a struct, you can destructure it inside of a pattern:
40724072

40734073
```{rust}
40744074
struct Point {

0 commit comments

Comments
 (0)