Skip to content

Commit fdeb1c7

Browse files
authored
[valarray.access] Remove superfluous whitespace (#7567)
1 parent 96fad4c commit fdeb1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7499,7 +7499,7 @@
74997499

75007500
\indexlibrarymember{operator[]}{valarray}%
75017501
\begin{itemdecl}
7502-
const T& operator[](size_t n) const;
7502+
const T& operator[](size_t n) const;
75037503
T& operator[](size_t n);
75047504
\end{itemdecl}
75057505

0 commit comments

Comments
 (0)