Skip to content

Commit be7777f

Browse files
Update README.md
1 parent 88ea925 commit be7777f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ FiniteDiff.finite_difference_derivative(f, x::T, fdtype::Type{T1}=Val{:central},
287287
returntype::Type{T2}=eltype(x), f_x::Union{Nothing,T}=nothing)
288288
```
289289

290-
## Multi-Point Derivatives
290+
## Multi-Dimensional Derivatives
291291

292292
### Differencing Calls
293293

@@ -535,4 +535,4 @@ HessianCache(x,fdtype::Type{T1}=Val{:hcentral},
535535
HessianCache(xpp,xpm,xmp,xmm,
536536
fdtype::Type{T1}=Val{:hcentral},
537537
inplace::Type{Val{T2}} = x isa StaticArray ? Val{true} : Val{false})
538-
```
538+
```

0 commit comments

Comments
 (0)