Skip to content

Commit a373bef

Browse files
committed
[valarray.range] Correct order of arguments to indexlibrarymember
1 parent fcda795 commit a373bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9180,7 +9180,7 @@
91809180
array or until the lifetime of that array ends, whichever happens
91819181
first.
91829182

9183-
\indexlibrarymember{valarray}{begin}%
9183+
\indexlibrarymember{begin}{valarray}%
91849184
\begin{itemdecl}
91859185
iterator begin();
91869186
const_iterator begin() const;
@@ -9192,7 +9192,7 @@
91929192
An iterator referencing the first value in the array.
91939193
\end{itemdescr}
91949194

9195-
\indexlibrarymember{valarray}{end}%
9195+
\indexlibrarymember{end}{valarray}%
91969196
\begin{itemdecl}
91979197
iterator end();
91989198
const_iterator end() const;

0 commit comments

Comments
 (0)