We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2d4d0 commit 5dbb2deCopy full SHA for 5dbb2de
src/type-coercions.md
@@ -191,7 +191,7 @@ r[coerce.unsize]
191
192
r[coerce.unsize.intro]
193
The following coercions are called `unsized coercions`, since they
194
-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
195
cases where other coercions are not, as described above. They can still happen
196
anywhere else a coercion can occur.
197
0 commit comments