Skip to content

Commit 7e480cd

Browse files
Eelistkoeppe
authored andcommitted
[alg.min.max] Remove space before footnote mark. (#1460)
1 parent 88657c9 commit 7e480cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/algorithms.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5183,8 +5183,9 @@
51835183
\returns
51845184
\tcode{make_pair(first, first)} if \range{first}{last} is empty, otherwise
51855185
\tcode{make_pair(m, M)}, where \tcode{m} is
5186-
the first iterator in \range{first}{last} such that no iterator in the range refers to a smaller element, and where \tcode{M} is the last iterator
5187-
\footnote{This behavior intentionally differs from \tcode{max_element()}.}
5186+
the first iterator in \range{first}{last} such that no iterator in the range refers
5187+
to a smaller element, and where \tcode{M} is the last iterator\footnote{This behavior
5188+
intentionally differs from \tcode{max_element()}.}
51885189
in \range{first}{last} such that no iterator in the range refers to a larger element.
51895190

51905191
\pnum

0 commit comments

Comments
 (0)