Skip to content

Commit 1aaa281

Browse files
committed
Merge pull request #353 from k-satoda/fix-s.w.ordering-note
[algorithms] Fix for a note for conditions of strict-weak-ordering
2 parents 844a9b8 + 0eff4c2 commit 1aaa281

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
@@ -2394,6 +2394,7 @@
23942394
\tcode{equiv(a, b) \&\& equiv(b, c)}
23952395
implies
23962396
\tcode{equiv(a, c)}
2397+
\end{itemize}
23972398
\enternote
23982399
Under these conditions, it can be shown that
23992400
\begin{itemize}
@@ -2407,9 +2408,8 @@
24072408
\tcode{equiv}
24082409
\item
24092410
The induced relation is a strict total ordering.
2410-
\exitnote
2411-
\end{itemize}
24122411
\end{itemize}
2412+
\exitnote
24132413

24142414
\pnum
24152415
A sequence is

0 commit comments

Comments
 (0)