Skip to content

Commit b1d2b77

Browse files
authored
Typo: x -> x1
1 parent 8127aba commit b1d2b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ FiniteDiff.JacobianCache(
476476
fx1,
477477
fdtype :: Type{T1} = Val{:central},
478478
returntype :: Type{T2} = eltype(fx),
479-
colorvec = 1:length(x),
479+
colorvec = 1:length(x1),
480480
sparsity = nothing)
481481
```
482482

0 commit comments

Comments
 (0)