We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25d988 commit ebf1dc3Copy full SHA for ebf1dc3
doc/src/manual/arrays.md
@@ -735,7 +735,7 @@ julia> LinearIndices(A)[2, 2]
735
5
736
```
737
738
-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
739
of these conversions. Converting a linear index to a set of cartesian indices
740
requires dividing and taking the remainder, whereas going the other way is just
741
multiplies and adds. In modern processors, integer division can be 10-50 times
0 commit comments