Skip to content

Commit

Permalink
[intro.execution] Add comma after conditional clause (#6945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Apr 23, 2024
1 parent 47c2f68 commit 4f0779d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/basic.tex
Expand Up @@ -5955,7 +5955,7 @@
determining the identity of an object for glvalue evaluation and fetching
a value previously assigned to an object for prvalue evaluation) and
initiation of side effects. When a call to a library I/O function
returns or an access through a volatile glvalue is evaluated the side
returns or an access through a volatile glvalue is evaluated, the side
effect is considered complete, even though some external actions implied
by the call (such as the I/O itself) or by the \keyword{volatile} access
may not have completed yet.
Expand Down

0 comments on commit 4f0779d

Please sign in to comment.