Skip to content

Commit df8fcf6

Browse files
authored
Update future-proofing.md | Fixed a typo
1 parent 385ba00 commit df8fcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future-proofing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct Bad<T: Clone + Debug + PartialEq> { /* ... */ }
146146
```
147147

148148
Duplicating derived traits as bounds on `Bad` is unnecessary and a
149-
backwards-compatibiliity hazard. To illustrate this point, consider deriving
149+
backwards-compatibility hazard. To illustrate this point, consider deriving
150150
`PartialOrd` on the structures in the previous example:
151151

152152
```rust

0 commit comments

Comments
 (0)