Skip to content

Commit cb6c12d

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/chemistry_related_functionality.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent ab54e3c commit cb6c12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/chemistry_related_functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ We can now create a balanced version (where the amount of H, N, and O is the sam
123123
balanced_reaction = balance_reaction(unbalanced_reaction)[1]
124124
```
125125

126-
Reactions declared as a part of a `ReactionSystem` (e.g. using the DSL) can be retrieved for balancing using the `reaction` function. Please note that balancing these will not mutate the `ReactionSystem`, but a new reaction system will need to be created using the balanced reactions.
126+
Reactions declared as a part of a `ReactionSystem` (e.g. using the DSL) can be retrieved for balancing using the [`reactions`](@ref) function. Please note that balancing these will not mutate the `ReactionSystem`, but a new reaction system will need to be created using the balanced reactions.
127127

128128
!!! note
129129
Reaction balancing is currently not supported for reactions involving compounds of compounds.

0 commit comments

Comments
 (0)