Skip to content

Commit 889380b

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/compositional_modeling.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 9b4b003 commit 889380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/compositional_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We can test whether a system is complete using the `ModelingToolkit.iscomplete`
2727
```@example ex0
2828
ModelingToolkit.iscomplete(degradation_component)
2929
```
30-
To make a incomplete system complete, we can use the `complete` function:
30+
To mark a system as complete, after which is should be considered as representing a finalized model, use the `complete` function
3131
```@example ex0
3232
degradation_component_complete = complete(degradation_component)
3333
ModelingToolkit.iscomplete(degradation_component_complete)

0 commit comments

Comments
 (0)