Skip to content

Commit ab2b6bb

Browse files
authored
Fix readme typo (#235)
1 parent 0766bbc commit ab2b6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ julia> jvp(central_fdm(5, 1), f, (x, v)) - a * v
307307
-8.881784197001252e-16
308308
-3.22519788653608e-14
309309

310-
julia> j′vp(central_fdm(5, 1), f, x, v)[1] - a'x
310+
julia> j′vp(central_fdm(5, 1), f, v, x)[1] - a'x
311311
3-element Vector{Float64}:
312312
-2.1316282072803006e-14
313313
2.4646951146678475e-14

0 commit comments

Comments
 (0)