Skip to content

Commit

Permalink
Update docs/literate/src/files/first_steps/create_first_setup.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
ArseniyKholod and JoshuaLampert authored Feb 3, 2024
1 parent d351324 commit 1356e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/literate/src/files/first_steps/create_first_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ode = semidiscretize(semi, tspan);
summary_callback = SummaryCallback()

# We also want to analyze the current state of the solution in regular intervals.
# [`AnalysisCallback`](@ref) outputs some useful statistical information during the solving process
# The [`AnalysisCallback`](@ref) outputs some useful statistical information during the solving process
# every `interval` time steps.

analysis_callback = AnalysisCallback(semi, interval = 5)
Expand Down

0 comments on commit 1356e19

Please sign in to comment.