Skip to content

Commit bb31052

Browse files
authored
typo (#390)
1 parent 197dc20 commit bb31052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ Subtypes of `ArrayIndex` represent series of transformations for a provided inde
638638
buffer which is typically accomplished with square brackets (e.g., `buffer[index[inds...]]`).
639639
The only behavior that is required of a subtype of `ArrayIndex` is the ability to transform
640640
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
641+
the ability to iterate (although additional functionality may be provided for specific
642642
types).
643643
"""
644644
abstract type ArrayIndex{N} end

0 commit comments

Comments
 (0)