Skip to content

Commit 33245df

Browse files
jensmaurerzygoloid
authored andcommitted
[std] Fix the remainder of 'may' and 'shall' in footnotes.
1 parent 7d6aca4 commit 33245df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

source/lex.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
forming valid external identifiers. For example, some otherwise unused
642642
character or sequence of characters can be used to encode the
643643
\tcode{\textbackslash u} in a \grammarterm{universal-character-name}. Extended
644-
characters may produce a long external identifier, but \Cpp{} does not
644+
characters can produce a long external identifier, but \Cpp{} does not
645645
place a translation limit on significant characters for external
646646
identifiers. In \Cpp{}, upper- and lower-case letters are considered
647647
different for all identifiers, including external identifiers. }

source/preprocessor.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,13 @@
548548
\tcode{\#endif}
549549
\indextext{\idxcode{\#endif}}%
550550
are skipped.\footnote{As indicated by the syntax,
551-
a preprocessing token shall not follow a
551+
a preprocessing token cannot follow a
552552
\tcode{\#else}
553553
or
554554
\tcode{\#endif}
555555
directive before the terminating new-line character.
556556
However,
557-
comments may appear anywhere in a source file,
557+
comments can appear anywhere in a source file,
558558
including within a preprocessing directive.}
559559

560560
\pnum

source/support.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@
23912391
expressions.
23922392
The array
23932393
\tcode{new}
2394-
expression, may, however, increase the \tcode{size} argument to
2394+
expression, can, however, increase the \tcode{size} argument to
23952395
\tcode{operator new[]}
23962396
to obtain space to store supplemental information.}
23972397

source/templates.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -9026,7 +9026,7 @@
90269026
\grammarterm{template-parameter}
90279027
of type
90289028
\tcode{bool}
9029-
may be deduced from an array bound, the resulting value will always be
9029+
can be deduced from an array bound, the resulting value will always be
90309030
\tcode{true}
90319031
because the array bound will be nonzero.}
90329032
\begin{example}

0 commit comments

Comments
 (0)