Skip to content

Commit eb28237

Browse files
committed
desugar -> destructure
wrong de- word.
1 parent 51d0d06 commit eb28237

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
@@ -4063,7 +4063,7 @@ match x {
40634063
}
40644064
```
40654065

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

40684068
```{rust}
40694069
struct Point {

0 commit comments

Comments
 (0)