Skip to content

Commit

Permalink
Update docs/literate/src/files/innards_of_the_basic_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
ArseniyKholod and sloede authored Nov 3, 2023
1 parent b07e220 commit 11e2687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/innards_of_the_basic_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ ode = semidiscretize(semi, (0.0, 1.0));

# ## Functions `solve` and `rhs!`

# Once the `ODEProblem` object is initialized, the `solve` function and one of the ODE-solvers from
# Once the `ODEProblem` object is initialized, the `solve` function and one of the ODE solvers from
# the OrdinaryDiffEq.jl package can be utilized to compute an approximated solution using the
# instructions contained in the `ODEProblem` object.

Expand Down

0 comments on commit 11e2687

Please sign in to comment.