Skip to content

Commit 66a540e

Browse files
committed
[algorithms] Uniformize spelling of "in the initializer list"
1 parent 8e93464 commit 66a540e

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
@@ -5189,10 +5189,10 @@
51895189
For the first form, type \tcode{T} shall be \tcode{LessThanComparable}.
51905190

51915191
\pnum
5192-
\returns The smallest value in the initializer_list.
5192+
\returns The smallest value in the initializer list.
51935193

51945194
\pnum
5195-
\remarks Returns a copy of the leftmost argument when several arguments are equivalent to the smallest.\
5195+
\remarks Returns a copy of the leftmost argument when several arguments are equivalent to the smallest.
51965196

51975197
\pnum
51985198
\complexity
@@ -5239,7 +5239,7 @@
52395239
For the first form, type \tcode{T} shall be \tcode{LessThanComparable}.
52405240

52415241
\pnum
5242-
\returns The largest value in the initializer_list.
5242+
\returns The largest value in the initializer list.
52435243

52445244
\pnum
52455245
\remarks Returns a copy of the leftmost argument when several arguments are equivalent to the largest.

0 commit comments

Comments
 (0)