Skip to content

Commit 4f0779d

Browse files
authored
[intro.execution] Add comma after conditional clause (#6945)
1 parent 47c2f68 commit 4f0779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5955,7 +5955,7 @@
59555955
determining the identity of an object for glvalue evaluation and fetching
59565956
a value previously assigned to an object for prvalue evaluation) and
59575957
initiation of side effects. When a call to a library I/O function
5958-
returns or an access through a volatile glvalue is evaluated the side
5958+
returns or an access through a volatile glvalue is evaluated, the side
59595959
effect is considered complete, even though some external actions implied
59605960
by the call (such as the I/O itself) or by the \keyword{volatile} access
59615961
may not have completed yet.

0 commit comments

Comments
 (0)