Skip to content

Commit 53f83a9

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/constraint_propagation.md
Co-Authored-By: lqd <[email protected]>
1 parent 3435363 commit 53f83a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/constraint_propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Values(S1) =
201201
```
202202

203203
In the code, this work starts in the [`propagate_constraints`]
204-
function, which iterates over all the SCCs. For each SCC S1, we
204+
function, which iterates over all the SCCs. For each SCC `S1`, we
205205
compute its value by first computing the value of its
206206
successors. Since SCCs form a DAG, we don't have to be conecrned about
207207
cycles, though we do need to keep a set around to track whether we

0 commit comments

Comments
 (0)