Skip to content

Commit b0922f6

Browse files
author
oscarddssmith
committed
typo
1 parent 82fc83a commit b0922f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jvp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
function finite_difference_jvp(
1212
f,
1313
x,
14-
v
14+
v,
1515
fdtype = Val(:forward),
1616
f_in = nothing;
1717
relstep=default_relstep(eltype(x), eltype(x)),

0 commit comments

Comments
 (0)