Skip to content

Commit

Permalink
Fixed a spelling error. (#39372)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc4690a)
  • Loading branch information
motchy869 authored and KristofferC committed Mar 26, 2021
1 parent f25d988 commit ebf1dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ julia> LinearIndices(A)[2, 2]
5
```

It's important to note that there's a very large assymmetry in the performance
It's important to note that there's a very large asymmetry in the performance
of these conversions. Converting a linear index to a set of cartesian indices
requires dividing and taking the remainder, whereas going the other way is just
multiplies and adds. In modern processors, integer division can be 10-50 times
Expand Down

0 comments on commit ebf1dc3

Please sign in to comment.