Skip to content

Commit 2d1a383

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

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
@@ -14,7 +14,7 @@ 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*.
1616
- 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`).
17-
- Models generated through the `compose` and `extend` functions are *incomplete*.
17+
- Models generated through the `compose` and `extend` functions are *not marked as complete*.
1818

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

0 commit comments

Comments
 (0)