Skip to content

Commit 09eabbf

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/catalyst_applications/bifurcation_diagrams.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent dced2f7 commit 09eabbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Next we will create a `BifurcationProblem`. In addition to the `ReactionSystem`,
2323
- An initial guess of the steady state values of the system at the provided parameter set. Using this point as a starting guess for root finding, BifurcationKit calculates an initial steady state from which to compute the bifurcation diagram. Hence, this guess does not need to be very exact (but may be important if the system exhibits multistability for the initial parameter set).
2424
- The species or statistic we wish to plot on the y-axis of the bifurcation diagram (a custom value can be provided by using the [`record_from_solution` argument](https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable/periodicOrbit/#.-record*from*solution)).
2525

26-
We combines all this information to form a `BifurcationProblem`:
26+
We combine all this information to form a `BifurcationProblem`:
2727
```@example ex1
2828
using BifurcationKit
2929
bif_par = :k1

0 commit comments

Comments
 (0)