Skip to content

Commit

Permalink
[valarray.access] Remove superfluous whitespace (#7567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 15, 2025
1 parent 96fad4c commit fdeb1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7499,7 +7499,7 @@

\indexlibrarymember{operator[]}{valarray}%
\begin{itemdecl}
const T& operator[](size_t n) const;
const T& operator[](size_t n) const;
T& operator[](size_t n);
\end{itemdecl}

Expand Down

0 comments on commit fdeb1c7

Please sign in to comment.