Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8676,7 +8676,7 @@
then for each $i$ in \range{0}{n},
there is exactly one call to \tcode{r.execute($i$, $i$ + 1)}.
\item
All calls to execute on \tcode{r} happen before
All calls to \tcode{execute} on \tcode{r} happen before
the call to either \tcode{set_value}, \tcode{set_error}, or \tcode{set_stopped}
on \tcode{r}.
\item
Expand Down