Skip to content

Commit 5c92fc2

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 bd347df commit 5c92fc2

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
@@ -178,7 +178,7 @@ easily just by taking the union:
178178

179179
```
180180
for each region R:
181-
let S by the SCC that contains R
181+
let S be the SCC that contains R
182182
Values(S) = Values(S) union Liveness(R)
183183
```
184184

0 commit comments

Comments
 (0)