Skip to content

Commit c4dd6c8

Browse files
committed
[exec.sysctxrepl.psb] Fix typo in range expression
A misapplication of P2079R10.
1 parent e534fb2 commit c4dd6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8608,7 +8608,7 @@
86088608
\end{itemize}
86098609
\item
86108610
If \tcode{r.execute(b, e)} is called,
8611-
then \tcode{b} and \tcode{e} are in the range \range{0}{n} and
8611+
then \tcode{b} and \tcode{e} are in the range \crange{0}{n} and
86128612
$\tcode{b} < \tcode{e}$.
86138613
\item
86148614
For each $i$ in \range{0}{n},

0 commit comments

Comments
 (0)