Skip to content

Commit a30f105

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

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
@@ -30,7 +30,7 @@ rxs = [
3030
]
3131
@named rs = ReactionSystem(rxs, t)
3232
```
33-
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:
33+
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:
3434
```@example v14_migration_1
3535
rs = complete(rs)
3636
```

0 commit comments

Comments
 (0)