Skip to content

Commit e81c72e

Browse files
committed
Rollup merge of #29881 - jeanm:patch-1, r=Manishearth
Change conditional perfect to past perfect.
2 parents c063c52 + 4ff4d32 commit e81c72e

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)