Skip to content

Commit bfaa067

Browse files
committed
Standardize on American spelling
1 parent 6059365 commit bfaa067

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 behaviour of the type better in its definition but also
176+
communicate the intented 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)