Skip to content

Commit 0a324f8

Browse files
authored
fix comment (#2529)
1 parent e2f74bf commit 0a324f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ end
656656

657657
isleaflike(x) = Functors.isleaf(x)
658658

659-
# these are, essentially, Tuple{Vararg{<:T}} using the special property
659+
# these are, essentially, Tuple{Vararg{T}} using the special property
660660
# of tuples that they are type covariant. Using <: here causes warning or error
661661
isleaflike(::Tuple{Vararg{Number}}) = true
662662
isleaflike(::Tuple{Vararg{AbstractArray{<:Number}}}) = true

0 commit comments

Comments
 (0)