Skip to content

Commit b4a1e3c

Browse files
committed
[binary.search] Formulate partitioning requirements in the same style as all the other related algorithms do
1 parent b1fd505 commit b4a1e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/algorithms.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4196,7 +4196,7 @@
41964196
\tcode{e}
41974197
of
41984198
\range{first}{last}
4199-
are partitioned with respect to the expressions
4199+
shall be partitioned with respect to the expressions
42004200
\tcode{e < value}
42014201
and
42024202
\tcode{!(value < e)}
@@ -4209,11 +4209,11 @@
42094209
of
42104210
\tcode{[first, last)},
42114211
\tcode{e < value}
4212-
implies
4212+
shall imply
42134213
\tcode{!(value < e)}
42144214
or
42154215
\tcode{comp(e, value)}
4216-
implies
4216+
shall imply
42174217
\tcode{!comp(value, e)}.
42184218

42194219
\pnum

0 commit comments

Comments
 (0)