Skip to content

Commit 1cda1f9

Browse files
jwakelytkoeppe
authored andcommitted
[template.mask.array.overview], [template.indirect.array.overview] fix itemdecl typos
1 parent 698be9d commit 1cda1f9

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
@@ -8431,7 +8431,7 @@
84318431

84328432
\indexlibrarymember{operator[]}{mask_array}%
84338433
\begin{itemdecl}
8434-
mask_array<T> valarray<T>::operator[](const valarray<bool>&).
8434+
mask_array<T> valarray<T>::operator[](const valarray<bool>&);
84358435
\end{itemdecl}
84368436

84378437
\pnum
@@ -8548,7 +8548,7 @@
85488548

85498549
\indexlibrarymember{operator[]}{indirect_array}%
85508550
\begin{itemdecl}
8551-
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&).
8551+
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&);
85528552
\end{itemdecl}
85538553

85548554
\pnum

0 commit comments

Comments
 (0)