Skip to content

Commit 970db09

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_creation/dsl_advanced.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 204809e commit 970db09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/dsl_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Here, `@reaction` is followed by a single line consisting of three parts:
585585
- Any number of substrates (which are consumed by the reaction).
586586
- Any number of products (which are produced by the reaction).
587587

588-
In the next example, we first create a simple [SIR model](@ref basic_CRN_library_sir). Next, we instead create its individual reaction components using the `@reaction` macro. Finally, we confirm that these are identical to those stored in the initial model (using the [`reactions`](@ref) function).
588+
In the next example, we first create a simple [SIR model](@ref basic_CRN_library_sir). Then, we specify the same model by instead creating its individual reaction components using the `@reaction` macro. Finally, we confirm that these are identical to those stored in the initial model (using the [`reactions`](@ref) function).
589589
```@example dsl_advanced_reaction_macro
590590
sir_model = @reaction_network begin
591591
α, S + I --> 2I

0 commit comments

Comments
 (0)