Skip to content

Commit ab483d4

Browse files
Dawn Perchikzygoloid
authored andcommitted
[basic.compound] Fix the wording "A pointer to objects".
1 parent 39ab351 commit ab483d4

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
@@ -4974,7 +4974,7 @@
49744974
\end{note}
49754975
The type of a pointer that can designate a function
49764976
is called a \defn{function pointer type}.
4977-
A pointer to objects of type \tcode{T} is referred to as a ``pointer to
4977+
A pointer to an object of type \tcode{T} is referred to as a ``pointer to
49784978
\tcode{T}''.
49794979
\begin{example}
49804980
A pointer to an object of type \tcode{int} is

0 commit comments

Comments
 (0)