Skip to content

Commit e811d57

Browse files
committed
[std] Replace 'must'.
Partially addresses ISO/CS 017 (C++20 DIS)
1 parent ccb6018 commit e811d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
\pnum
5858
\indextext{translation!phases|(}%
5959
The precedence among the syntax rules of translation is specified by the
60-
following phases.\footnote{Implementations must behave as if these separate phases
61-
occur, although in practice different phases might be folded together.}
60+
following phases.\footnote{Implementations behave as if these separate phases
61+
occur, although in practice different phases can be folded together.}
6262

6363
\begin{enumerate}
6464
\item

0 commit comments

Comments
 (0)