File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ function read_events_option(options, event_type::Symbol)
688
688
return events_expr
689
689
end
690
690
691
- # Reads the variables options. Outputs a list of teh variables inferred from the equations,
691
+ # Reads the variables options. Outputs a list of the variables inferred from the equations,
692
692
# as well as the equation vector. If the default differential was used, updates the `diffsexpr`
693
693
# expression so that this declares this as well.
694
694
function read_equations_options! (diffsexpr, options, syms_unavailable, tiv; requiredec = false )
@@ -876,7 +876,7 @@ The `@reaction` macro is followed by a single line consisting of three parts:
876
876
- Any number of substrates (which are consumed by the reaction).
877
877
- Any number of products (which are produced by the reaction).
878
878
879
- The output is a reaction (just like created using teh `Reaction` constructor).
879
+ The output is a reaction (just like created using the `Reaction` constructor).
880
880
881
881
Examples:
882
882
Here we create a simple binding reaction and stores it in the variable rx:
@@ -907,7 +907,7 @@ t = default_t()
907
907
@parameters k b
908
908
@species A(t)
909
909
ex = k*A^2 + t
910
- rx = @reaction b*$ex *$A , $A --> C
910
+ rx = @reaction b*\ $ ex*\ $ A, \ $ A --> C
911
911
```
912
912
913
913
Notes:
You can’t perform that action at this time.
0 commit comments