Skip to content

Commit ebf1dc3

Browse files
motchy869KristofferC
authored andcommitted
Fixed a spelling error. (#39372)
(cherry picked from commit cc4690a)
1 parent f25d988 commit ebf1dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ julia> LinearIndices(A)[2, 2]
735735
5
736736
```
737737

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

0 commit comments

Comments
 (0)