Skip to content

Commit 3b786b8

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/dsl_description.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent a9b176d commit 3b786b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/dsl_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ end
618618

619619
Finally, some general rules for creating observables:
620620
- Observables can depend on any species, parameters, or variables, but not on other observables.
621-
- All observables components must be declared somewhere (i.e., they cannot only appear as a part of the observables formula).
621+
- All observables components appearing on the right side of the `~` must be declared somewhere (i.e., they cannot only appear as a part of the observables formula).
622622
- Only a single `@observables` option block can be used in each `@reaction_network` call.
623623
- The left-hand side of the observables expression must be a single symbol, indicating the observable's name.
624624
- Metadata can, however, be provided, e.g through `@observables (Xtot, [description="Total amount of X"]) ~ X + XY`.

0 commit comments

Comments
 (0)