Skip to content

Commit e5107ff

Browse files
committed
w
1 parent 377ba7f commit e5107ff

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
@@ -306,7 +306,7 @@ fn heck<T: Bound<Assoc: Trait>>(x: <T::Assoc as Super>::Assoc) -> u32 {
306306
x
307307
}
308308
```
309-
Using such an alias results in additional region constraints, cc [#133044].
309+
Using such an alias can result in additional region constraints, cc [#133044].
310310
```rust
311311
trait Bound<'a> {
312312
type Assoc;

0 commit comments

Comments
 (0)