Skip to content

Commit e710efa

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

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
@@ -103,7 +103,7 @@ Here, the reaction rate (`k`) is not involved in the reaction balancing. We use
103103
```@example chem1
104104
balance_reaction(rx)
105105
```
106-
which correctly finds the (rather trivial) solution `C + 2O --> CO2`. Here we note that `balance_reaction` actually returns a vector. The reason is that the reaction balancing problem may have several solutions. Typically, there is only a single solution (in which case this is the vector's only element). No, or an infinite number of, solutions is also possible.
106+
which correctly finds the (rather trivial) solution `C + 2O --> CO2`. Here we note that `balance_reaction` actually returns a vector. The reason is that the reaction balancing problem may have several solutions. Typically, there is only a single solution (in which case this is the vector's only element). No, or an infinite number of, solutions is also possible depending on the given reaction.
107107

108108
Let us consider a more elaborate example, the reaction between ammonia (NH₃) and oxygen (O₂) to form nitrogen monoxide (NO) and water (H₂O). Let us first create the components and the unbalanced reaction:
109109
```@example chem2

0 commit comments

Comments
 (0)