Skip to content

Commit 8aa82fc

Browse files
Use subtrait/supertrait, not sub-trait, super-trait.
There are definitions of subtrait and supertrait, so use the official terminology.
1 parent e2404ef commit 8aa82fc

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)