Skip to content

Commit 80f2868

Browse files
Dawn Perchikzygoloid
authored andcommitted
[gslice.cons] Fix indentation in itemdecl for gslice.
1 parent af2219d commit 80f2868

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
@@ -8491,7 +8491,7 @@
84918491
\begin{itemdecl}
84928492
gslice();
84938493
gslice(size_t start, const valarray<size_t>& lengths,
8494-
const valarray<size_t>& strides);
8494+
const valarray<size_t>& strides);
84958495
gslice(const gslice&);
84968496
\end{itemdecl}
84978497

0 commit comments

Comments
 (0)