Skip to content

Commit 589812f

Browse files
TorkelEisaacsas
andauthored
Update docs/src/v14_migration_guide.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent af04a85 commit 589812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/v14_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
1313
A model's completeness depends on how it was created:
1414
- Models created programmatically (using the `ReactionSystem` constructor) are *not marked as complete* by default.
1515
- Models created using the `@reaction_network` DSL are *automatically marked as complete*.
16-
- To create *incomplete models using the DSL*, use the `@network_component` macro (in all other aspects identical to `@reaction_network`).
16+
- To *use the DSL to create models that are not marked as complete*, use the `@network_component` macro (which in all other aspects is identical to `@reaction_network`).
1717
- Models generated through the `compose` and `extend` functions are *incomplete*.
1818

1919
Furthermore, any systems generated through e.g. `convert(ODESystem, rs)` are also complete.

0 commit comments

Comments
 (0)