Skip to content

Commit afd68e9

Browse files
authored
Typo: 'a' to 'an' in type-coercions.md
1 parent 62cd0df commit afd68e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)