We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62cd0df + afd68e9 commit 4f43eceCopy full SHA for 4f43ece
src/type-coercions.md
@@ -180,7 +180,7 @@ an implementation of `Unsize<U>` for `T` will be provided:
180
* T is not part of the type of any other fields.
181
182
Additionally, a type `Foo<T>` can implement `CoerceUnsized<Foo<U>>` when `T`
183
-implements `Unsize<U>` or `CoerceUnsized<Foo<U>>`. This allows it to provide a
+implements `Unsize<U>` or `CoerceUnsized<Foo<U>>`. This allows it to provide an
184
unsized coercion to `Foo<U>`.
185
186
> Note: While the definition of the unsized coercions and their implementation
0 commit comments