From b0bcc63d82b3e80a742670dda4eeb6f636c65ea5 Mon Sep 17 00:00:00 2001 From: Jerry Ling Date: Thu, 8 Oct 2020 23:40:27 -0400 Subject: [PATCH] typo --- src/output.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output.jl b/src/output.jl index 957bc2a8..48d84969 100644 --- a/src/output.jl +++ b/src/output.jl @@ -159,7 +159,7 @@ function Base.display(::PlotsDisplay, plt::Plot) actual_nrows = size(err.a)[1] @warn "length(x) == $ex_nrows, but only sees $actual_nrows in the other inputs." else - rethorw() + rethrow() end end end