From dccbba6dd83bdd589993e109284bc7645e831abd Mon Sep 17 00:00:00 2001 From: Leandro Martinez Date: Tue, 14 Nov 2023 13:14:50 -0300 Subject: [PATCH] update error message --- src/plot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot.jl b/src/plot.jl index 378f14188..c62b6a686 100644 --- a/src/plot.jl +++ b/src/plot.jl @@ -233,7 +233,7 @@ function prepare_output(plt::Plot) _wh = plt.attr[:size] if length(_wh) != 2 - throw(ArgumentError("size have length = 2, got size = $_wh")) + throw(ArgumentError("size must have length = 2, got size = $_wh")) end w, h = _wh