Skip to content

Commit dcc092d

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

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
@@ -312,7 +312,7 @@ plot(sol_1; idxs = :X1, ylimit = (0.0, 20.0))
312312
```
313313
Here we can see that the $X$ concentration fluctuates around a steady state of $X≈10.0$.
314314

315-
Next, we wish increase the amount of noise with by a factor 2. To do so, we use the `@default_noise_scaling` option, to which we provide the desired scaling
315+
Next, we wish increase the amount of noise by a factor 2. To do so, we use the `@default_noise_scaling` option, to which we provide the desired scaling
316316
```@example ex3
317317
rn_2 = @reaction_network begin
318318
@default_noise_scaling 2

0 commit comments

Comments
 (0)