Skip to content

Commit fe6282b

Browse files
committed
spelling fix
1 parent 070df9d commit fe6282b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/src/catalyst_applications/advanced_simulations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ DifferentialEquations package](https://docs.sciml.ai/DiffEqDocs/stable/), which
99
Catalyst uses for all simulations.
1010

1111

12-
1312
## Monte Carlo simulations using `EnsembleProblem`s
1413
In many contexts one needs to run multiple simulations of a model, for example
1514
to collect statistics of SDE or jump process solutions, or to systematically

docs/src/catalyst_applications/simulation_structure_interfacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Generally, when we have a structure `simulation_struct` and want to interface wi
55

66
## Interfacing problem objects
77

8-
We begin by demonstrating how we can interface with problem objects. We will demonstrate using a `ODEProblem`, however, it works similarily for other problem types.
8+
We begin by demonstrating how we can interface with problem objects. We will demonstrate using a `ODEProblem`, however, it works similarly for other problem types.
99
```@example ex1
1010
using Catalyst
1111
rn = @reaction_network begin

0 commit comments

Comments
 (0)