Skip to content

Commit 810ab59

Browse files
Fix copy-pasta in source/intro.tex
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent 94abc17 commit 810ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279

280280
\begin{example}
281281
If a pointer\iref{dcl.ptr} \tcode{p} whose type is ``pointer to
282-
class \tcode{B}'' is pointing to a base class subobject class object
282+
class \tcode{B}'' is pointing to a base class subobject
283283
of class \tcode{B}, whose most derived object is of class \tcode{D}, derived
284284
from \tcode{B}\iref{class.derived}, the dynamic type of the
285285
expression \tcode{*p} is ``\tcode{D}''. References\iref{dcl.ref} are

0 commit comments

Comments
 (0)