Skip to content

Commit 91c0b81

Browse files
committed
Put lines in correct order
1 parent 665520f commit 91c0b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ fn call_on_ref_zero<F>(f: F) where for<'a> F: Fn(&'a i32) {
123123
```
124124

125125
Higher-ranked lifetimes may also be specified just before the trait, the only
126-
end of the following trait instead of the whole bound. This function is
127126
difference is the scope of the lifetime parameter, which extends only to the
127+
end of the following trait instead of the whole bound. This function is
128128
equivalent to the last one.
129129

130130
```rust

0 commit comments

Comments
 (0)