Skip to content

Commit 2e6511a

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

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
@@ -49,7 +49,7 @@ sol = solve(oprob)
4949
plot(sol)
5050
```
5151

52-
If we wish to first convert out `ReactionSystem` to an `ODESystem`, the `ODESystem` will be incomplete:
52+
If we wish to first manually convert our `ReactionSystem` to an `ODESystem`, the generated `ODESystem` will *not* be marked as complete
5353
```@example v14_migration_1
5454
osys = convert(ODESystem, rs)
5555
Catalyst.iscomplete(osys)

0 commit comments

Comments
 (0)