Skip to content

Commit c1d3276

Browse files
Merge pull request #4058 from MagicMuscleMan/patch-1
Fix trivial typo in documentation
2 parents a485499 + 6beb9be commit c1d3276

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
@@ -152,7 +152,7 @@ Below is an incomplete list of extension libraries one may want to be aware of:
152152

153153
All of the symbolic systems have a direct conversion to a numerical system, which
154154
can then be handled through the SciML interfaces. For example, after building a
155-
model and performing symbolic manipulations, an `System` can be converted into
155+
model and performing symbolic manipulations, a `System` can be converted into
156156
an `ODEProblem` to then be solved by a numerical ODE solver. Below is a list of
157157
the solver libraries which are the numerical targets of the ModelingToolkit
158158
system:

0 commit comments

Comments
 (0)