We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909976d commit ea822d2Copy full SHA for ea822d2
src/jacobian.jl
@@ -197,7 +197,7 @@ end
197
return result
198
end
199
200
-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)?")
201
202
# chunk mode #
203
#------------#
0 commit comments