Skip to content

Commit

Permalink
Merge pull request #183 from oscardssmith/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo authored Nov 24, 2024
2 parents cecb4a5 + 90bd6cd commit 55ca680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function permute_nesting(a::AbstractArray{<:AbstractArray})
end
end

function permute_nesting(a::Tuple{Vararg{<:AbstractArray}})
function permute_nesting(a::Tuple{Vararg{AbstractArray}})
array_of_tuples(a)
end

Expand Down

0 comments on commit 55ca680

Please sign in to comment.