Skip to content

Commit e919126

Browse files
authored
Merge pull request #22 from fspacheco/patch-1
Fix typo in dtf.rst
2 parents ac1a26d + b0a4047 commit e919126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dft.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ It is for multidimensional arrays that it starts to become
8080
interesting for the current software. Multidimensional arrays are a bit tedious
8181
with notation, though, especially when the number of dimensions grow. We will
8282
stick with the `index notation <https://en.wikipedia.org/wiki/Index_notation>`_
83-
because it is most stright forward in comparison with implementation.
83+
because it is most straightforward in comparison with implementation.
8484

8585
We denote the entries of a two-dimensional array as :math:`u_{j_0, j_1}`,
8686
which corresponds to a row-major matrix

0 commit comments

Comments
 (0)