Skip to content

Commit 9e27603

Browse files
committed
trait-bounds.md: add pronoun 'that'
1 parent c075dc0 commit 9e27603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait-bounds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For example, if `'a` is an unconstrained lifetime parameter, then `i32: 'static`
122122
>    `for` [_GenericParams_]
123123
124124
Type bounds may be *higher ranked* over lifetimes. These bounds specify a bound
125-
is true *for all* lifetimes. For example, a bound such as `for<'a> &'a T:
125+
that is true *for all* lifetimes. For example, a bound such as `for<'a> &'a T:
126126
PartialEq<i32>` would require an implementation like
127127

128128
```rust

0 commit comments

Comments
 (0)