Skip to content

Commit aa031fc

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

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
@@ -11,7 +11,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
1111
- Only incomplete systems can be [composed with other systems to form hierarchical models](@ref compositional_modeling).
1212

1313
A model's completeness depends on how it was created:
14-
- Models created programmatically (using the `ReactionSystem` constructor) are *incomplete*.
14+
- Models created programmatically (using the `ReactionSystem` constructor) are *not marked as complete* by default.
1515
- Models created using the `@reaction_network` DSL are *complete*.
1616
- To create *incomplete models using the DSL*, use the `@network_component` macro (in all other aspects identical to `@reaction_network`).
1717
- Models generated through the `compose` and `extend` functions are *incomplete*.

0 commit comments

Comments
 (0)