Skip to content

Commit 7b087da

Browse files
Eelistkoeppe
authored andcommitted
[class.derived] Don't bother splitting last remark in note off into separate paragraph. (#1240)
1 parent c6d00d9 commit 7b087da

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

source/derived.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,16 @@
144144
\begin{note}
145145
\indextext{directed acyclic graph|see{DAG}}%
146146
\indextext{lattice|see{DAG, subobject}}%
147-
a derived class and its base class subobjects can be represented by a
147+
A derived class and its base class subobjects can be represented by a
148148
directed acyclic graph (DAG) where an arrow means ``directly derived
149-
from''. A DAG of subobjects is often referred to as a ``subobject
150-
lattice''.
149+
from''. An arrow need not have a physical representation in memory.
150+
A DAG of subobjects is often referred to as a ``subobject lattice''.
151151

152152
\begin{importgraphic}
153153
{Directed acyclic graph}
154154
{fig:dag}
155155
{figdag.pdf}
156156
\end{importgraphic}
157-
158-
\pnum
159-
The arrows need not have a physical representation in memory.
160157
\end{note}
161158

162159
\pnum

0 commit comments

Comments
 (0)