Skip to content

Commit ddf257a

Browse files
Update src/borrow_check/region_inference/constraint_propagation.md
Co-Authored-By: Who? Me?! <mark-i-m@users.noreply.github.com>
1 parent 75097b2 commit ddf257a

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
@@ -59,7 +59,7 @@ A liveness constraint `R live at E` is satisfied if `E` is a member of
5959
`Values(R)`. So to "apply" such a constraint to `Values`, we just have
6060
to compute `Values(R) = Values(R) union {E}`.
6161

62-
The liveness values are computed in the type-check and passes to the
62+
The liveness values are computed in the type-check and passed to the
6363
region inference upon creation in the `liveness_constraints` argument.
6464
These are not represented as individual constraints like `R live at E`
6565
though; instead, we store a (sparse) bitset per region variable (of

0 commit comments

Comments
 (0)