Skip to content

Commit 987232b

Browse files
committed
Manually fix projeciton -> projection
I happen to stumble upon this one that `typos` didn't catch. I've logged it on: crate-ci/typos#784
1 parent 3705dfa commit 987232b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/Subscripts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ These two restrictions serve two goals:
133133
1. Guarantee that continuations cannot break control flow and cannot.
134134
2. Handle overlapping projections that do not nest.
135135

136-
One over-approximation of a continuation's scope is the dominance frontier of the basic block in which the projection starts, excluding the instructions before the start of the projeciton.
136+
One over-approximation of a continuation's scope is the dominance frontier of the basic block in which the projection starts, excluding the instructions before the start of the projection.
137137
In the above example, the continuation associated with `t` would contain all instructions in `loop.body` after the definition of `%t`.
138138

139139
Using dominance frontiers also obviates the difficulty to identify definitions may escape a continuation.

0 commit comments

Comments
 (0)