Skip to content

Commit fb595f1

Browse files
Centrilawaitlink
andauthored
Apply suggestions from code review
Co-Authored-By: u32i64 <[email protected]>
1 parent be7851d commit fb595f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type-coercions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ anywhere else a coercion can occur.
159159

160160
Two traits, [`Unsize`] and [`CoerceUnsized`], are used
161161
to assist in this process and expose it for library use. The following
162-
coercions are compiler built-ins and, if `T` can be coerced to `U` with one of them, then
163-
the compiler will provide an implementation of `Unsize<U>` for `T`:
162+
coercions are built-ins and, if `T` can be coerced to `U` with one of them, then
163+
an implementation of `Unsize<U>` for `T` will be provided:
164164

165165
* `[T; n]` to `[T]`.
166166

0 commit comments

Comments
 (0)