Skip to content

Commit ab54e3c

Browse files
TorkelEisaacsas
andauthored
Update src/chemistry_functionality.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent e710efa commit ab54e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chemistry_functionality.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Example:
1818
```julia
1919
@variables t
2020
@species C(t) O(t)
21-
@compound CO2(t) = C + 2O
21+
@compound CO2(t) ~ C + 2O
2222
```
2323
2424
Notes:

0 commit comments

Comments
 (0)