Skip to content

Commit 0eff4c2

Browse files
committed
Make the note for both two conditions, not for just the latter of two
as the note says "Under these conditions...". This changes numbering of the items in the note from "(4.2.1) ..." to "(4.3) ...".
1 parent 898a677 commit 0eff4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,7 @@
24032403
\tcode{equiv(a, b) \&\& equiv(b, c)}
24042404
implies
24052405
\tcode{equiv(a, c)}
2406+
\end{itemize}
24062407
\enternote
24072408
Under these conditions, it can be shown that
24082409
\begin{itemize}
@@ -2416,9 +2417,8 @@
24162417
\tcode{equiv}
24172418
\item
24182419
The induced relation is a strict total ordering.
2419-
\exitnote
2420-
\end{itemize}
24212420
\end{itemize}
2421+
\exitnote
24222422

24232423
\pnum
24242424
A sequence is

0 commit comments

Comments
 (0)