Skip to content

Commit 59b7170

Browse files
committed
w
1 parent 527671f commit 59b7170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve/candidate-preference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn bug<T: Trait<U>, U>(x: T) {
107107
//~^ ERROR mismatched types
108108
}
109109
```
110-
However, even if we only apply this preference if the where-bound doesn't guide inference, it may still resilt
110+
However, even if we only apply this preference if the where-bound doesn't guide inference, it may still result
111111
in incorrect lifetime constraints:
112112
```rust
113113
trait Trait<'a> {}

0 commit comments

Comments
 (0)