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 197dc20 commit bb31052Copy full SHA for bb31052
src/ArrayInterface.jl
@@ -638,7 +638,7 @@ Subtypes of `ArrayIndex` represent series of transformations for a provided inde
638
buffer which is typically accomplished with square brackets (e.g., `buffer[index[inds...]]`).
639
The only behavior that is required of a subtype of `ArrayIndex` is the ability to transform
640
individual index elements (i.e. not collections). This does not guarantee bounds checking or
641
-the ability to iterate (although additional functionallity may be provided for specific
+the ability to iterate (although additional functionality may be provided for specific
642
types).
643
"""
644
abstract type ArrayIndex{N} end
0 commit comments