Skip to content

Commit 487f961

Browse files
chore: typo
1 parent 4007fbb commit 487f961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ ensures_sorted(@nospecialize( T::Type{<:AbstractRange})) = true
10001000
ensures_sorted(T::Type) = is_forwarding_wrapper(T) ? ensures_sorted(parent_type(T)) : false
10011001
ensures_sorted(@nospecialize(x)) = ensures_sorted(typeof(x))
10021002

1003-
function has_trivial_array_contstructor(::Type{T}, args...) as T
1003+
function has_trivial_array_contstructor(::Type{T}, args...) where T
10041004
applicable(T, args...)
10051005
end
10061006

0 commit comments

Comments
 (0)