Skip to content

Commit d5bbf62

Browse files
committed
Correct a typo
Signed-off-by: Alexander Seiler <[email protected]>
1 parent ace53c6 commit d5bbf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function.
2929
#### FiniteDiff.jl vs FiniteDifferences.jl
3030
[FiniteDiff.jl](https://github.com/JuliaDiff/FiniteDiff.jl) and [FiniteDifferences.jl](https://github.com/JuliaDiff/FiniteDifferences.jl)
3131
are similar libraries: both calculate approximate derivatives numerically.
32-
You should definately use one or the other, rather than the legacy [Calculus.jl](https://github.com/JuliaMath/Calculus.jl) finite differencing, or reimplementing it yourself.
32+
You should definitely use one or the other, rather than the legacy [Calculus.jl](https://github.com/JuliaMath/Calculus.jl) finite differencing, or reimplementing it yourself.
3333
At some point in the future they might merge, or one might depend on the other.
3434
Right now here are the differences:
3535

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function.
2020
#### FiniteDiff.jl vs FiniteDifferences.jl
2121
[FiniteDiff.jl](https://github.com/JuliaDiff/FiniteDiff.jl) and [FiniteDifferences.jl](https://github.com/JuliaDiff/FiniteDifferences.jl)
2222
are similar libraries: both calculate approximate derivatives numerically.
23-
You should definately use one or the other, rather than the legacy [Calculus.jl](https://github.com/JuliaMath/Calculus.jl) finite differencing, or reimplementing it yourself.
23+
You should definitely use one or the other, rather than the legacy [Calculus.jl](https://github.com/JuliaMath/Calculus.jl) finite differencing, or reimplementing it yourself.
2424
At some point in the future they might merge, or one might depend on the other.
2525
Right now here are the differences:
2626

0 commit comments

Comments
 (0)