From f7b7045e71f28759734cec2483db15df27b0c543 Mon Sep 17 00:00:00 2001 From: James Cook Date: Mon, 14 Jun 2021 19:28:27 +0100 Subject: [PATCH] expexts changed to expects Typo in argument to JACOBIAN_ERROR DimensionMismatch --- src/jacobian.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jacobian.jl b/src/jacobian.jl index da0b2334..c0c0e6cd 100644 --- a/src/jacobian.jl +++ b/src/jacobian.jl @@ -197,7 +197,7 @@ end return result end -const JACOBIAN_ERROR = DimensionMismatch("jacobian(f, x) expexts that f(x) is an array. Perhaps you meant gradient(f, x)?") +const JACOBIAN_ERROR = DimensionMismatch("jacobian(f, x) expects that f(x) is an array. Perhaps you meant gradient(f, x)?") # chunk mode # #------------#