Skip to content

Commit 260c023

Browse files
authored
fix Vararg docs
1 parent f9068aa commit 260c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiScaleArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct Plant{B, S, N <: Tuple{Vararg{Organ{<:Number}}}} <: AbstractMultiScaleArr
141141
settings::S
142142
end
143143
144-
struct Community{B, N <: Tuple{Vararg{<:Plant{<:Number}}}} <: AbstractMultiScaleArray{B}
144+
struct Community{B, N <: Tuple{Vararg{Plant{<:Number}}}} <: AbstractMultiScaleArray{B}
145145
nodes::N
146146
values::Vector{B}
147147
end_idxs::Vector{Int}

0 commit comments

Comments
 (0)