From cb8a2d7ee8f56c2e0367452779afd35bfc98916d Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Sat, 23 Nov 2024 15:07:38 -0500 Subject: [PATCH] fix Vararg comment --- MakieCore/src/recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakieCore/src/recipes.jl b/MakieCore/src/recipes.jl index 6d87c95a565..e38e2be77df 100644 --- a/MakieCore/src/recipes.jl +++ b/MakieCore/src/recipes.jl @@ -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: