Skip to content

Commit 2cfc175

Browse files
authored
[linalg.general] Remove extraneous dot (#7637)
1 parent 930b8f9 commit 2cfc175

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
@@ -11678,7 +11678,7 @@
1167811678
that is a multidimensional index in \tcode{x.extents()},
1167911679
there exists a pack of integers \tcode{j}
1168011680
that is a multidimensional index in \tcode{y.extents()},
11681-
such that \tcode{x[i....]} and \tcode{y[j...]} refer to the same element.
11681+
such that \tcode{x[i...]} and \tcode{y[j...]} refer to the same element.
1168211682
\begin{note}
1168311683
Aliasing is a special case of overlapping.
1168411684
If \tcode{x} and \tcode{y} do not overlap,

0 commit comments

Comments
 (0)