Skip to content

Commit

Permalink
fix Vararg comment (#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 24, 2024
1 parent 252d40e commit 6d3f045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakieCore/src/recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ function expand_mixin(e::Expr)
end

"""
Plot(args::Vararg{<:DataType,N})
Plot(args::Vararg{DataType,N})
Returns the Plot type that represents the signature of `args`.
Example:
Expand Down

0 comments on commit 6d3f045

Please sign in to comment.