Skip to content

Commit ea822d2

Browse files
authored
expexts changed to expects (#522)
Typo in argument to JACOBIAN_ERROR DimensionMismatch
1 parent 909976d commit ea822d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ end
197197
return result
198198
end
199199

200-
const JACOBIAN_ERROR = DimensionMismatch("jacobian(f, x) expexts that f(x) is an array. Perhaps you meant gradient(f, x)?")
200+
const JACOBIAN_ERROR = DimensionMismatch("jacobian(f, x) expects that f(x) is an array. Perhaps you meant gradient(f, x)?")
201201

202202
# chunk mode #
203203
#------------#

0 commit comments

Comments
 (0)