Skip to content

Commit 73eba79

Browse files
committed
Fix range type
1 parent 91f9fcf commit 73eba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arrayops.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ julia> function vadd!(xs::Vector{T}, ys::Vector{T}, ::Type{Vec{N,T}}) where {N,
242242
end
243243
```
244244
"""
245-
struct LoopVecRange{N} <: AbstractUnitRange{Int}
245+
struct LoopVecRange{N} <: AbstractRange{Int}
246246
start::Int
247247
stop::Int
248248

0 commit comments

Comments
 (0)