Skip to content

Commit c8e01c1

Browse files
committed
No more commas
1 parent c780a4d commit c8e01c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,14 +550,14 @@
550550
\pnum
551551
An expression $E$ can be
552552
\defnx{implicitly converted}{conversion!implicit} to a type \tcode{T} if and only if the
553-
declaration \tcode{T t=$E$;} is well-formed, for some invented
553+
declaration \tcode{T t=$E$;} is well-formed for some invented
554554
variable \tcode{t}\iref{dcl.init}.
555555

556556
\pnum
557557
Certain language constructs require that an expression be converted to a Boolean
558558
value. An expression $E$ appearing in such a context is said to be
559559
\defnx{contextually converted to \tcode{bool}}{conversion!contextual to \tcode{bool}} and is well-formed if and only if
560-
the declaration \tcode{\keyword{bool} t($E$);} is well-formed, for some invented
560+
the declaration \tcode{\keyword{bool} t($E$);} is well-formed for some invented
561561
variable \tcode{t}\iref{dcl.init}.
562562

563563
\pnum

0 commit comments

Comments
 (0)