Skip to content

Commit 486923c

Browse files
small terminology change
1 parent edb694f commit 486923c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/ode_modeling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ an optimized Jacobian function to enhance the differential equation solvers,
9898
and `sparse` tells it to build the ODEProblem with all of the enhancements
9999
setup for sparse Jacobians.
100100

101-
## Building Component-Based Models
101+
## Simulating a Connected System
102102

103-
Now let's use ModelingToolkit to start building component-based models.
103+
Now let's use ModelingToolkit to start connecting models.
104104
Component-based models are compositions between submodels. This allows
105105
one to keep independently generated libraries of components intact
106106
and use them as the building blocks to construct more complicated

0 commit comments

Comments
 (0)