Skip to content

Commit 4ff4d32

Browse files
committed
Fix grammar
Change conditional perfect to past perfect.
1 parent a7644b3 commit 4ff4d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn change_truth(x: bool) -> bool {
187187
}
188188
```
189189

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

193193
```text

0 commit comments

Comments
 (0)