We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cd0df commit afd68e9Copy full SHA for afd68e9
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