diff --git a/src/type-coercions.md b/src/type-coercions.md index 5b2fcb964..377afe769 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -140,7 +140,7 @@ Coercion is allowed between the following types: - `*mut T` - `Box` - 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).