Skip to content

Commit 8b95291

Browse files
Merge pull request #97 from SciML/os/fix-vararg-docs
fix Vararg docs
2 parents f9068aa + 260c023 commit 8b95291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MultiScaleArrays.jl

+1-1
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)