Skip to content

Commit

Permalink
Fix range type
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Apr 9, 2023
1 parent 91f9fcf commit 73eba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ julia> function vadd!(xs::Vector{T}, ys::Vector{T}, ::Type{Vec{N,T}}) where {N,
end
```
"""
struct LoopVecRange{N} <: AbstractUnitRange{Int}
struct LoopVecRange{N} <: AbstractRange{Int}
start::Int
stop::Int

Expand Down

0 comments on commit 73eba79

Please sign in to comment.