Skip to content

Commit 2c6d533

Browse files
committed
spelling fix.
1 parent 9f0f9ef commit 2c6d533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/reaction/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ ignored.
396396
scaling of the noise in the chemical Langevin equations. If `nothing` is given, the default
397397
value as in Gillespie 2000 is used. Alternatively, an `Operation` can be given, this is
398398
added as a parameter to the system (at the end of the parameter array). All noise terms
399-
are lineary scaled with this value. The parameter may be one already declared in the `ReactionSystem`.
399+
are linearly scaled with this value. The parameter may be one already declared in the `ReactionSystem`.
400400
Finally, a `Vector{Operation}` can be provided (the length must be equal to the number of reactions).
401401
Here the noise for each reaction is scaled by the corresponding parameter in the input vector.
402402
This input may contain repeat parameters.

0 commit comments

Comments
 (0)