Skip to content

Commit 50c855b

Browse files
committed
update moved text to one line per sentence
1 parent c0f756e commit 50c855b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trait-bounds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ fn name_figure<U: Shape>(
7373
}
7474
```
7575

76-
Bounds that don't use the item's parameters or [higher-ranked lifetimes] are
77-
checked when the item is defined. It is an error for such a bound to be false.
76+
Bounds that don't use the item's parameters or [higher-ranked lifetimes] are checked when the item is defined.
77+
It is an error for such a bound to be false.
7878

7979
[`Copy`], [`Clone`], and [`Sized`] bounds are also checked for certain generic types when using the item, even if the use does not provide a concrete type.
8080
It is an error to have `Copy` or `Clone` as a bound on a mutable reference, [trait object], or [slice][arrays].

0 commit comments

Comments
 (0)