diff --git a/src/reaction_network.jl b/src/reaction_network.jl index d7e0960689..4d19a4d91d 100644 --- a/src/reaction_network.jl +++ b/src/reaction_network.jl @@ -15,7 +15,7 @@ has been deprecated in favor of a notation where the parameters are inferred, e. @reaction_network begin p, 0 --> X d, X --> 0 -end p d +end ``` Parameters and species can be explicitly indicated using the @parameters and @species