Skip to content

Commit fcb9ab8

Browse files
Merge pull request #1629 from SciML/ChrisRackauckas-patch-5
Fix typo
2 parents f333f21 + 897189e commit fcb9ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The procedure for variable elimination inside [`structural_simplify`](@ref) is
2424
4. [`ModelingToolkit.tearing`](@ref).
2525

2626
## Preparing a system for simulation
27-
Before a simulation or optimization can be performed, the symbolic equations stored in an [`AbstractSystem`](@ref) must be converted into executable code. This step is typically occurs after the simplification explained above, and is performed when an instance of a [`AbsSciMLBase.SciMLProblem`](@ref), such as a [`ODEProblem`](@ref), is constructed.
27+
Before a simulation or optimization can be performed, the symbolic equations stored in an [`AbstractSystem`](@ref) must be converted into executable code. This step is typically occurs after the simplification explained above, and is performed when an instance of a [`SciMLBase.SciMLProblem`](@ref), such as a [`ODEProblem`](@ref), is constructed.
2828
The call chain typically looks like this, with the function names in the case of an `ODESystem` indicated in parenthesis
2929
1. Problem constructor ([`ODEProblem`](@ref))
3030
2. Build an `DEFunction` ([`process_DEProblem`](@ref) -> [`ODEFunction`](@ref)

0 commit comments

Comments
 (0)