Skip to content

Commit

Permalink
Fix typo in future proofing
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 3, 2018
1 parent bfaa067 commit dfc5dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/future-proofing.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The following traits should never be used in bounds on data structures:

There is a grey area around other non-derivable trait bounds that are not
strictly required by the structure definition, like `Read` or `Write`. They may
communicate the intented behavior of the type better in its definition but also
communicate the intended behavior of the type better in its definition but also
limits future extensibility. Including semantically useful trait bounds on data
structures is still less problematic than including derivable traits as bounds.

Expand Down

0 comments on commit dfc5dfa

Please sign in to comment.