Skip to content

Commit aa260a7

Browse files
authored
Add of
1 parent 557ab6e commit aa260a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation](http://docs.juliadiffeq.org/latest/models/biological.html).
1212

1313
## The Reaction DSL
1414

15-
The `@reaction_network` DSL allows for the definition reaction networks using a simple format. Its input is a set of chemical reactions, from which it generates a reaction network object which can be used as input to `ODEProblem`, `SteadyStateProblem`, `SDEProblem` and `JumpProblem` constructors.
15+
The `@reaction_network` DSL allows for the definition of reaction networks using a simple format. Its input is a set of chemical reactions, from which it generates a reaction network object which can be used as input to `ODEProblem`, `SteadyStateProblem`, `SDEProblem` and `JumpProblem` constructors.
1616

1717
The basic syntax is
1818
```julia

0 commit comments

Comments
 (0)