We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92066e7 commit 0c4c6d7Copy full SHA for 0c4c6d7
src/solve/significant-changes.md
@@ -65,7 +65,7 @@ us to merge more candidates in the future.
65
66
### Nested goals are evaluated until reaching a fixpoint
67
68
-The new implementation always evaluates goals in a loop until reachin a fixpoint.
+The new implementation always evaluates goals in a loop until reaching a fixpoint.
69
The old implementation only does so in *fulfillment*, but not in *evaluation*.
70
Always doing so strengthens inference and is reduces the order dependence of
71
the trait solver. See [trait-system-refactor-initiative#102].
0 commit comments