Skip to content

Commit b9cb5f4

Browse files
kdheepakKristofferC
authored andcommitted
Fix typo in documentation (#33064)
1 parent 93db56f commit b9cb5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/metaprogramming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ to build some more advanced (and valid) functionality...
12951295

12961296
### An advanced example
12971297

1298-
Julia's base library has a an internal `sub2ind` function to calculate a linear index into an n-dimensional
1298+
Julia's base library has an internal `sub2ind` function to calculate a linear index into an n-dimensional
12991299
array, based on a set of n multilinear indices - in other words, to calculate the index `i` that
13001300
can be used to index into an array `A` using `A[i]`, instead of `A[x,y,z,...]`. One possible implementation
13011301
is the following:

0 commit comments

Comments
 (0)