Skip to content

Commit a1dcdbf

Browse files
authored
Merge pull request #417 from matthewjasper/fix-line-order
Put lines in correct order
2 parents 665520f + 91c0b81 commit a1dcdbf

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
@@ -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)