Skip to content

Commit e536503

Browse files
committed
doc: avoid word repetition
1 parent 4c53e18 commit e536503

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
@@ -11,7 +11,7 @@ package for Julia.
1111
The package depends on [`ControlSystemsBase.jl`](https://github.com/JuliaControl/ControlSystems.jl)
1212
for the linear systems, [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) for the
1313
optimization and [`DifferentiationInterface.jl`](https://github.com/JuliaDiff/DifferentiationInterface.jl)
14-
for the differentiation.
14+
for the derivatives.
1515

1616
## Installation
1717

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package for Julia.
66
The package depends on [`ControlSystemsBase.jl`](https://github.com/JuliaControl/ControlSystems.jl)
77
for the linear systems, [`JuMP.jl`](https://github.com/jump-dev/JuMP.jl) for the
88
optimization and [`DifferentiationInterface.jl`](https://github.com/JuliaDiff/DifferentiationInterface.jl)
9-
for the differentiation.
9+
for the derivatives.
1010

1111
The objective is to provide a simple, clear and modular framework to quickly design model
1212
predictive controllers (MPCs) in Julia, while preserving the flexibility for advanced

0 commit comments

Comments
 (0)