Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
Change conditional perfect to past perfect.
  • Loading branch information
jeanm committed Nov 17, 2015
1 parent a7644b3 commit 4ff4d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/ownership.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ fn change_truth(x: bool) -> bool {
}
```

If we would have used types that do not implement the `Copy` trait,
If we had used types that do not implement the `Copy` trait,
we would have gotten a compile error because we tried to use a moved value.

```text
Expand Down

0 comments on commit 4ff4d32

Please sign in to comment.