Skip to content

Commit

Permalink
desugar -> destructure
Browse files Browse the repository at this point in the history
wrong de- word.
  • Loading branch information
steveklabnik committed Aug 29, 2014
1 parent 51d0d06 commit eb28237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Expand Up @@ -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 {
Expand Down

0 comments on commit eb28237

Please sign in to comment.