Skip to content

Commit dfc5dfa

Browse files
committed
Fix typo in future proofing
1 parent bfaa067 commit dfc5dfa

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
@@ -173,7 +173,7 @@ The following traits should never be used in bounds on data structures:
173173

174174
There is a grey area around other non-derivable trait bounds that are not
175175
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
176+
communicate the intended behavior of the type better in its definition but also
177177
limits future extensibility. Including semantically useful trait bounds on data
178178
structures is still less problematic than including derivable traits as bounds.
179179

0 commit comments

Comments
 (0)