Skip to content

Commit 6e89fc4

Browse files
nikomatsakislqd
authored andcommitted
Update src/borrow_check/region_inference/constraint_propagation.md
Co-Authored-By: lqd <remy.rakic+github@gmail.com>
1 parent 134655e commit 6e89fc4

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
@@ -207,7 +207,7 @@ successors. Since SCCs form a DAG, we don't have to be concerned about
207207
cycles, though we do need to keep a set around to track whether we
208208
have already processed a given SCC or not. For each successor `S2`, once
209209
we have computed `S2`'s value, we can union those elements into the
210-
value for S1. (Although we have to be careful in this process to
210+
value for `S1`. (Although we have to be careful in this process to
211211
properly handle [higher-ranked
212212
placeholders](./placeholders_and_universes.html). Note that the value
213213
for S1 already contains the liveness constraints, since they were

0 commit comments

Comments
 (0)