Skip to content

Commit c193550

Browse files
authored
[basic.start.main] Remove redundant phrase (#5083)
1 parent d27c3b3 commit c193550

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
@@ -6386,7 +6386,7 @@
63866386
without leaving the current block (e.g., by calling the function
63876387
\tcode{std::exit(int)}\iref{support.start.term}) does not destroy any
63886388
objects with automatic storage duration\iref{class.dtor}. If
6389-
\tcode{std::exit} is called to end a program during the destruction of
6389+
\tcode{std::exit} is invoked during the destruction of
63906390
an object with static or thread storage duration, the program has undefined
63916391
behavior.
63926392

0 commit comments

Comments
 (0)