Skip to content

Commit d105525

Browse files
N5N3johnnychen94
andauthored
Typo fix.
Co-authored-by: Johnny Chen <[email protected]>
1 parent 6b1a40a commit d105525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/multidimensional.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ module IteratorsMD
417417
# `iterate` returns `Union{Nothing, Tuple}`, we explicitly pass a `valid` flag to eliminate
418418
# the type instability inside the core `__inc` logic, and this gives better runtime performance.
419419
# The third argument ndim is used to preserve the original dimension information to help
420-
# elliminate unnecessary boundary checks and thus enabling vectorization -- this makes low
420+
# elliminate unnecessary boundary checks and thus enable vectorization -- this makes low
421421
# dimensional case, especially 1d and 2d, much happier.
422422
__inc(::Tuple{}, ::Tuple{}, ::Val) = false, ()
423423
@inline function __inc(state::Tuple{Int}, indices::Tuple{OrdinalRangeInt}, ::Val{N}) where {N}

0 commit comments

Comments
 (0)