Skip to content

Commit da0f6da

Browse files
authored
Merge pull request #1669 from astraw/fix-unsize-typo
fix typo referring to 'Unsize' trait
2 parents 604e682 + ddd9a74 commit da0f6da

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
@@ -216,7 +216,7 @@ r[coerce.unsized.composite]
216216
* `Foo` is a struct.
217217
* `T` implements `Unsize<U>`.
218218
* The last field of `Foo` has a type involving `T`.
219-
* If that field has type `Bar<T>`, then `Bar<T>` implements `Unsized<Bar<U>>`.
219+
* If that field has type `Bar<T>`, then `Bar<T>` implements `Unsize<Bar<U>>`.
220220
* T is not part of the type of any other fields.
221221

222222
r[coerce.unsized.pointer]

0 commit comments

Comments
 (0)