Skip to content

Commit 4f43ece

Browse files
authoredAug 14, 2024··
Merge pull request #1572 from loqusion/patch-1
Typo: 'a' to 'an' in type-coercions.md
2 parents 62cd0df + afd68e9 commit 4f43ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/type-coercions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ an implementation of `Unsize<U>` for `T` will be provided:
180180
* T is not part of the type of any other fields.
181181

182182
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
183+
implements `Unsize<U>` or `CoerceUnsized<Foo<U>>`. This allows it to provide an
184184
unsized coercion to `Foo<U>`.
185185

186186
> Note: While the definition of the unsized coercions and their implementation

0 commit comments

Comments
 (0)
Please sign in to comment.