Skip to content

Commit d7b0d62

Browse files
committed
fix formatting of list of consumed instructions
1 parent 26b417f commit d7b0d62

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

proposals/stack-switching/Explainer.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,11 @@ preallocating one slot for each continuation argument.
687687
#### Consuming continuations
688688

689689
There are five different ways in which suspended continuations are
690-
consumed (`resume,resume_throw,resume_throw_ref,switch,cont.bind`).
691-
A suspended continuation may be resumed with a particular handler with
692-
`resume`; aborted with `resume_throw` or `resume_throw_ref`; directly
693-
switched to via `switch`; or partially applied with `cont.bind`.
690+
consumed (`resume`, `resume_throw`, `resume_throw_ref`, `switch`,
691+
`cont.bind`). A suspended continuation may be resumed with a particular
692+
handler with `resume`; aborted with `resume_throw` or
693+
`resume_throw_ref`; directly switched to via `switch`; or partially
694+
applied with `cont.bind`.
694695

695696
In order to ensure that continuations are one-shot, `resume`,
696697
`resume_throw`, `resume_throw_ref`, `switch`, and `cont.bind`

0 commit comments

Comments
 (0)