Skip to content

Commit 4234a37

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_applications/advanced_simulations.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 42298c3 commit 4234a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/advanced_simulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ sprob_1 = SDEProblem(rn_1, u0, tspan, p_1)
309309
sol_1 = solve(sprob_1)
310310
plot(sol_1; idxs = :X1, ylimit = (0.0, 20.0))
311311
```
312-
Here we can see that the `X` concentration fluctuations around a steady state of $X≈10.0$.
312+
Here we can see that the `X` concentration fluctuates around a steady state of $X≈10.0$.
313313

314314
Next, we wish to introduce a noise scaling parameter ,`η`. This will scale the
315315
noise magnitude so that for $η≈0.0$ the system lacks noise (and its SDE

0 commit comments

Comments
 (0)