We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bccb2c7 + 1e1a97e commit 77ea043Copy full SHA for 77ea043
src/type-coercions.md
@@ -140,7 +140,7 @@ Coercion is allowed between the following types:
140
- `*mut T`
141
- `Box<T>`
142
143
- and where `T` can obtained from `U` by [unsized coercion](#unsized-coercions).
+ and where `U` can be obtained from `T` by [unsized coercion](#unsized-coercions).
144
145
<!--In the future, coerce_inner will be recursively extended to tuples and
146
structs. In addition, coercions from sub-traits to super-traits will be
0 commit comments