diff --git a/src/type-coercions.md b/src/type-coercions.md index 2bdbb5349..f1016b19b 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -180,7 +180,7 @@ an implementation of `Unsize` for `T` will be provided: * T is not part of the type of any other fields. Additionally, a type `Foo` can implement `CoerceUnsized>` when `T` -implements `Unsize` or `CoerceUnsized>`. This allows it to provide a +implements `Unsize` or `CoerceUnsized>`. This allows it to provide an unsized coercion to `Foo`. > Note: While the definition of the unsized coercions and their implementation