Skip to content

Commit af04a85

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

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
@@ -12,7 +12,7 @@ In ModelingToolkit v9 (and thus also Catalyst v14) all systems (e.g. `ReactionSy
1212

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.
15-
- Models created using the `@reaction_network` DSL are *complete*.
15+
- Models created using the `@reaction_network` DSL are *automatically marked as 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*.
1818

0 commit comments

Comments
 (0)