desugar -> destructure

wrong de- word.
This commit is contained in:
Steve Klabnik 2014-08-29 15:35:51 -04:00
parent 51d0d06410
commit eb28237195
1 changed files with 1 additions and 1 deletions

View File

@ -4063,7 +4063,7 @@ match x {
}
```
If you have a struct, you can desugar it inside of a pattern:
If you have a struct, you can destructure it inside of a pattern:
```{rust}
struct Point {