Skip to content

Commit b07a0f1

Browse files
committed
Update multidimensional.jl
typo
1 parent 0b4a455 commit b07a0f1

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
@@ -629,7 +629,7 @@ module IteratorsMD
629629
outer = @inbounds if ndims(oiter) == 1
630630
CartesianIndices((oiter.indices[1][vl:vr],))
631631
else # reuse mi when possible
632-
view(ReshapedArray(oiter, (length(oiter),), Base.safetail(rs.mi)), vl:vr)
632+
view(ReshapedArray(oiter, (length(oiter),), Base.safe_tail(rs.mi)), vl:vr)
633633
end
634634
# Use Generator to make inner loop branchless
635635
@inline function genouter(i::Int, I::CartesianIndex)

0 commit comments

Comments
 (0)