Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Matsakis <[email protected]>
  • Loading branch information
traviscross and nikomatsakis authored Feb 7, 2025
1 parent 0a2d4d0 commit 5dbb2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type-coercions.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ r[coerce.unsize]

r[coerce.unsize.intro]
The following coercions are called `unsized coercions`, since they
relate to converting types to unsized types, and are permitted in a few
relate to converting sized types to unsized types or converting from one unsized type to another, and are permitted in a few
cases where other coercions are not, as described above. They can still happen
anywhere else a coercion can occur.

Expand Down

0 comments on commit 5dbb2de

Please sign in to comment.