Skip to content

Commit ae217e5

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

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
@@ -210,7 +210,7 @@ we have computed `S2`'s value, we can union those elements into the
210210
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
213-
for S1 already contains the liveness constraints, since they were
213+
for `S1` already contains the liveness constraints, since they were
214214
added in [`RegionInferenceContext::new`].
215215

216216
Once that process is done, we now have the "minimal value" for `S1`,

0 commit comments

Comments
 (0)