Skip to content

Commit 7bcfe6a

Browse files
committed
up
1 parent 6136925 commit 7bcfe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/compositional_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To see all the species, parameters and reactions in the tree we can use
103103
species(rn) # or unknowns(rn)
104104
```
105105
```@example ex1
106-
parameters(rn) # or reactionparameters(rn)
106+
parameters(rn)
107107
```
108108
```@example ex1
109109
reactions(rn) # or equations(rn)

0 commit comments

Comments
 (0)