Skip to content

Commit dfc6982

Browse files
committed
tweak wording
1 parent bb3a3a8 commit dfc6982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/generating_reactions_programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ u₀ = zeros(Int64, N)
6868
u₀[1] = uₒ
6969
u₀map = Pair.(X, u₀) # map variable to its initial value
7070
```
71-
Here we generate the reactions programmatically. We systematically create Catalyst `Reaction`s for each possible reaction shown in the figure on [Wikipedia](https://en.wikipedia.org/wiki/Smoluchowski_coagulation_equation). When `vᵢ[n] == vⱼ[n]`, we set the stoichiometric coefficient of reactant in Reaction to 2.
71+
Here we generate the reactions programmatically. We systematically create Catalyst `Reaction`s for each possible reaction shown in the figure on [Wikipedia](https://en.wikipedia.org/wiki/Smoluchowski_coagulation_equation). When `vᵢ[n] == vⱼ[n]`, we set the stoichiometric coefficient of the reactant multimer to two.
7272
```julia
7373
# vector to store the Reactions in
7474
rx = []

0 commit comments

Comments
 (0)