Skip to content

Commit b5c68b0

Browse files
authored
Merge pull request rust-lang#1095 from waywardmonkeys/consistent-supertrait-subtrait
Use subtrait/supertrait, not sub-trait, super-trait.
2 parents e2404ef + 8aa82fc commit b5c68b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-coercions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Coercion is allowed between the following types:
147147
and where `U` can be obtained from `T` by [unsized coercion](#unsized-coercions).
148148

149149
<!--In the future, coerce_inner will be recursively extended to tuples and
150-
structs. In addition, coercions from sub-traits to super-traits will be
150+
structs. In addition, coercions from subtraits to supertraits will be
151151
added. See [RFC 401] for more details.-->
152152

153153
* Function item types to `fn` pointers

0 commit comments

Comments
 (0)