From b0a4047190362c2a107c2ee299974ae103a02163 Mon Sep 17 00:00:00 2001 From: "Fernando S. Pacheco" Date: Fri, 14 Apr 2023 10:20:10 +0200 Subject: [PATCH] Fix typo in dtf.rst --- docs/source/dft.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dft.rst b/docs/source/dft.rst index 7c172c7..055de85 100644 --- a/docs/source/dft.rst +++ b/docs/source/dft.rst @@ -80,7 +80,7 @@ It is for multidimensional arrays that it starts to become interesting for the current software. Multidimensional arrays are a bit tedious with notation, though, especially when the number of dimensions grow. We will stick with the `index notation `_ -because it is most stright forward in comparison with implementation. +because it is most straightforward in comparison with implementation. We denote the entries of a two-dimensional array as :math:`u_{j_0, j_1}`, which corresponds to a row-major matrix