Skip to content

Commit facee97

Browse files
committed
doc code fix
1 parent b1e601b commit facee97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/model_creation/dsl_advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ latexify(rn; form = :ode)
557557
```
558558

559559
It is possible to remove the substrate contribution by using any of the following non-filled arrows when declaring the reaction: `<=`, ``, ``, `=>`, ``, ``, ``, ``. This means that the reaction
560-
```@example faq7
560+
```@example dsl_advanced_disable_ma
561561
rn = @reaction_network begin
562562
k, X => ∅
563563
end
@@ -566,7 +566,7 @@ latexify(rn; form = :ode)
566566
will occur at rate $d[X]/dt = -k$ (which might become a problem since $[X]$ will be degraded at a constant rate even when very small or equal to 0). This functionality allows the user to fully customise the ODEs generated by their models.
567567

568568
Note, stoichiometric coefficients are still included, i.e. the reaction
569-
```@example faq7
569+
```@example dsl_advanced_disable_ma
570570
rn = @reaction_network begin
571571
k, 2*X ⇒ ∅
572572
end

0 commit comments

Comments
 (0)