Skip to content

Commit

Permalink
Update docs/src/v14_migration_guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jun 28, 2024
1 parent 2d1a383 commit a30f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/v14_migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rxs = [
]
@named rs = ReactionSystem(rxs, t)
```
Here we have created an incomplete model. If our model is ready (i.e. we do not wish to compose it with additional models) we mark it as complete:
Here we have created a model that is not marked as complete. If our model is ready (i.e. we do not wish to compose it with additional models) we mark it as complete:
```@example v14_migration_1
rs = complete(rs)
```
Expand Down

0 comments on commit a30f105

Please sign in to comment.