From a911b2dd816b828a6bcbfb40cb0d9cd9870230ae Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:40:36 +0000 Subject: [PATCH] [linalg.general] Remove extra dot --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index 435ac5f284..77630fa4fd 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -11678,7 +11678,7 @@ that is a multidimensional index in \tcode{x.extents()}, there exists a pack of integers \tcode{j} that is a multidimensional index in \tcode{y.extents()}, -such that \tcode{x[i....]} and \tcode{y[j...]} refer to the same element. +such that \tcode{x[i...]} and \tcode{y[j...]} refer to the same element. \begin{note} Aliasing is a special case of overlapping. If \tcode{x} and \tcode{y} do not overlap,