Skip to content

Commit 9f731a4

Browse files
authored
fix depreciation message typo
1 parent e5a5b90 commit 9f731a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reaction_network.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ has been deprecated in favor of a notation where the parameters are inferred, e.
1515
@reaction_network begin
1616
p, 0 --> X
1717
d, X --> 0
18-
end p d
18+
end
1919
```
2020
2121
Parameters and species can be explicitly indicated using the @parameters and @species

0 commit comments

Comments
 (0)