From 8aa82fcffa5173e0198ccf942b1435ad43c7dd9f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener <bruce.mitchener@gmail.com> Date: Sat, 2 Oct 2021 09:05:16 +0700 Subject: [PATCH] Use subtrait/supertrait, not sub-trait, super-trait. There are definitions of subtrait and supertrait, so use the official terminology. --- src/type-coercions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type-coercions.md b/src/type-coercions.md index db143cf4c..45d81d386 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -147,7 +147,7 @@ Coercion is allowed between the following types: and where `U` can be obtained from `T` by [unsized coercion](#unsized-coercions). <!--In the future, coerce_inner will be recursively extended to tuples and - structs. In addition, coercions from sub-traits to super-traits will be + structs. In addition, coercions from subtraits to supertraits will be added. See [RFC 401] for more details.--> * Function item types to `fn` pointers