We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75097b2 commit ddf257aCopy full SHA for ddf257a
src/borrow_check/region_inference/constraint_propagation.md
@@ -59,7 +59,7 @@ A liveness constraint `R live at E` is satisfied if `E` is a member of
59
`Values(R)`. So to "apply" such a constraint to `Values`, we just have
60
to compute `Values(R) = Values(R) union {E}`.
61
62
-The liveness values are computed in the type-check and passes to the
+The liveness values are computed in the type-check and passed to the
63
region inference upon creation in the `liveness_constraints` argument.
64
These are not represented as individual constraints like `R live at E`
65
though; instead, we store a (sparse) bitset per region variable (of
0 commit comments