Skip to content

Commit

Permalink
Merge pull request #1119 from poulad/master
Browse files Browse the repository at this point in the history
Edit a typo
  • Loading branch information
frewsxcv authored Nov 29, 2018
2 parents 90d9057 + c1aa8b7 commit 51e930f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flow_control/match/destructuring/destructure_pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn main() {
let reference = &4;
match reference {
// If `reference`s is pattern matched against `&val`, it results
// If `reference` is pattern matched against `&val`, it results
// in a comparison like:
// `&i32`
// `&val`
Expand Down Expand Up @@ -58,4 +58,4 @@ fn main() {
},
}
}
```
```

0 comments on commit 51e930f

Please sign in to comment.