Skip to content

Commit 204809e

Browse files
TorkelEisaacsas
andauthored
Update src/dsl.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 06b9ca4 commit 204809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dsl.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ end
5151
@reaction_network
5252
5353
Macro for generating chemical reaction network models (Catalyst `ReactionSystem`s). See the
54-
following two section ([DSL introduction](https://docs.sciml.ai/Catalyst/stable/model_creation/dsl_basics/)
55-
and [advantage usage](https://docs.sciml.ai/Catalyst/stable/model_creation/dsl_advanced/)) of
54+
([DSL introduction](https://docs.sciml.ai/Catalyst/stable/model_creation/dsl_basics/)
55+
and [advantage usage](https://docs.sciml.ai/Catalyst/stable/model_creation/dsl_advanced/)) sections of
5656
the Catalyst documentation for more details on the domain-specific language (DSL) that the
5757
macro implements. The macro's output (a `ReactionSystem` structure) is central to Catalyst
5858
and its functionality. How to e.g. simulate these is described in the [Catalyst documentation](https://docs.sciml.ai/Catalyst/stable/).

0 commit comments

Comments
 (0)