Skip to content

Commit 7e2a441

Browse files
committed
rebase
1 parent 0e928f7 commit 7e2a441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/chemistry_related_functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Reactions declared as a part of a `ReactionSystem` (e.g. using the DSL) can be r
139139
Reaction balancing is currently not supported for reactions involving compounds of compounds.
140140

141141
### Balancing full systems
142-
It is possible to balance all the reactions of a reaction system simultaneously using the `balance_system` function. Here, the output is a new system, where all reactions are balanced. E.g. We can use it to balance this system of Methane formation/combustion:
142+
It is possible to balance all the reactions of a reaction system simultaneously using the `balance_system` function. Here, the output is a new system, where all reactions are balanced. E.g. We can use it to balance this system of methane formation/combustion:
143143
```@example chem2
144144
rs = @reaction_network begin
145145
@species C(t) O(t) H(t)

0 commit comments

Comments
 (0)