Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaLGandhi committed Jun 3, 2024
1 parent 4007fbb commit 487f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArrayInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ ensures_sorted(@nospecialize( T::Type{<:AbstractRange})) = true
ensures_sorted(T::Type) = is_forwarding_wrapper(T) ? ensures_sorted(parent_type(T)) : false
ensures_sorted(@nospecialize(x)) = ensures_sorted(typeof(x))

function has_trivial_array_contstructor(::Type{T}, args...) as T
function has_trivial_array_contstructor(::Type{T}, args...) where T
applicable(T, args...)

Check warning on line 1004 in src/ArrayInterface.jl

View check run for this annotation

Codecov / codecov/patch

src/ArrayInterface.jl#L1003-L1004

Added lines #L1003 - L1004 were not covered by tests
end

Expand Down

0 comments on commit 487f961

Please sign in to comment.