Update src/borrow_check/region_inference/constraint_propagation.md

Co-Authored-By: lqd <remy.rakic+github@gmail.com>
This commit is contained in:
Niko Matsakis 2019-06-24 14:32:53 -04:00 committed by Who? Me?!
parent d278281ace
commit 37aa5c8f2f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ easily just by taking the union:
``` ```
for each region R: for each region R:
let S by the SCC that contains R let S be the SCC that contains R
Values(S) = Values(S) union Liveness(R) Values(S) = Values(S) union Liveness(R)
``` ```