Skip to content

Commit 5dbb2de

Browse files
Add clarification
Co-authored-by: Niko Matsakis <[email protected]>
1 parent 0a2d4d0 commit 5dbb2de

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
@@ -191,7 +191,7 @@ r[coerce.unsize]
191191

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

0 commit comments

Comments
 (0)