We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaa067 commit dfc5dfaCopy full SHA for dfc5dfa
src/future-proofing.md
@@ -173,7 +173,7 @@ The following traits should never be used in bounds on data structures:
173
174
There is a grey area around other non-derivable trait bounds that are not
175
strictly required by the structure definition, like `Read` or `Write`. They may
176
-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
177
limits future extensibility. Including semantically useful trait bounds on data
178
structures is still less problematic than including derivable traits as bounds.
179
0 commit comments