Skip to content

Commit a774087

Browse files
authored
Update docs/src/catalyst_functionality/programmatic_CRN_construction.md
1 parent ec8e759 commit a774087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/programmatic_CRN_construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ t = default_t()
2020
@species m₁(t) m₂(t) m₃(t) P₁(t) P₂(t) P₃(t)
2121
nothing # hide
2222
```
23-
Note: Each species is declared as a function of time. Here, we first import the *time independent variable*, and stores it in `t`, using `t = default_t()`, and then use it to declare out species.
23+
Note: each species is declared as a function of time. Here, we first import the *time independent variable*, and stores it in `t`, using `t = default_t()`, and then use it to declare out species.
2424

2525
!!! note
2626
For users familiar with ModelingToolkit, chemical species must be declared

0 commit comments

Comments
 (0)