Skip to content

Commit ab93130

Browse files
committed
[class] Fix unclear phrase "only one" to clearer phrase "at most one"
used in [class.union], to make it more obvious that a union can have no active members.
1 parent 898a677 commit ab93130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
A \term{union} is a class defined with the \grammarterm{class-key}
118118
\tcode{union};
119119
\indextext{access control!\idxcode{union} default member}%
120-
it holds only one data member at a time~(\ref{class.union}).
120+
it holds at most one data member at a time~(\ref{class.union}).
121121
\enternote
122122
Aggregates of class type are described in~\ref{dcl.init.aggr}.
123123
\exitnote

0 commit comments

Comments
 (0)