Skip to content

Commit 4e253c2

Browse files
authored
Fix typo in documentation for ODE solver
1 parent f25f869 commit 4e253c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Documentation for [SymbolicAWEModels.jl](https://github.com/OpenSourceAWE/Symbol
1111
SymbolicAWEModels.jl is a **compiler** for mechanical systems, built for
1212
**Airborne Wind Energy** (AWE) modelling. It takes a structural description
1313
of a system — defined in Julia code or a YAML file — and compiles it into
14-
an efficient ODE solver using [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl).
14+
an efficient ODE problem using [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl).
1515

1616
The compilation pipeline works as follows:
1717

0 commit comments

Comments
 (0)