Skip to content

Commit 3e903b3

Browse files
committed
[basic.compound] Update introduction
1 parent a470ff8 commit 3e903b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/basic.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5391,7 +5391,7 @@
53915391
\item \defnx{arrays}{type!array} of objects of a given type, \ref{dcl.array};
53925392

53935393
\item \defnx{functions}{type!function}, which have parameters of given types and return
5394-
\keyword{void} or references or objects of a given type, \ref{dcl.fct};
5394+
\keyword{void} or a result of a given type, \ref{dcl.fct};
53955395

53965396
\item \defnx{pointers}{type!pointer} to \cv{}~\keyword{void} or objects or functions (including
53975397
static members of classes) of a given type, \ref{dcl.ptr};
@@ -5407,9 +5407,8 @@
54075407
\end{itemize}
54085408

54095409
\item
5410-
\defnx{classes}{class} containing a sequence of objects of various types\iref{class},
5411-
a set of types, enumerations and functions for
5412-
manipulating these objects\iref{class.mfct}, and a set of restrictions
5410+
\defnx{classes}{class} containing a sequence of class members\iref{class,class.mem},
5411+
and a set of restrictions
54135412
on the access to these entities\iref{class.access};
54145413

54155414
\item

0 commit comments

Comments
 (0)