Skip to content

Commit 527671f

Browse files
committed
w
1 parent 76a1c5a commit 527671f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/solve/candidate-preference.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ where
4949

5050
### `CandidateSource::ParamEnv`
5151

52-
Once there's a single *non-global* `ParamEnv` candidate, we prefer *all* `ParamEnv` candidates over other candidate kinds.
52+
Once there's at least one *non-global* `ParamEnv` candidate, we prefer *all* `ParamEnv` candidates over other candidate kinds.
5353
A where-bound is global if it is not higher-ranked and doesn't contain any generic parameters. It may contain `'static`.
5454

55-
We try to apply where-bounds over other candidates as they are the closest to where the goal
56-
needs to be proven and the users tends to have the most control over them, so they can most easily
57-
adjust them in case the preference is incorrect.
55+
We try to apply where-bounds over other candidates as users tends to have the most control over them, so they can most easily
56+
adjust them in case our candidate preference is incorrect.
5857

5958
#### Preference over `Impl` candidates
6059

0 commit comments

Comments
 (0)