We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e64bab commit 8858bdfCopy full SHA for 8858bdf
src/borrow_check/region_inference/constraint_propagation.md
@@ -203,7 +203,7 @@ Values(S1) =
203
In the code, this work starts in the [`propagate_constraints`]
204
function, which iterates over all the SCCs. For each SCC `S1`, we
205
compute its value by first computing the value of its
206
-successors. Since SCCs form a DAG, we don't have to be conecrned about
+successors. Since SCCs form a DAG, we don't have to be concerned about
207
cycles, though we do need to keep a set around to track whether we
208
have already processed a given SCC or not. For each successor `S2`, once
209
we have computed S2's value, we can union those elements into the
0 commit comments