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 8cb8f61 commit 08acbd2
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 @@ -145,7 +145,7 @@ save_solution = SaveSolutionCallback(interval = 5,
save_initial_solution = true,
save_final_solution = true)

# Another useful callback is [`SaveRestartCallback`](@ref). It saves information for restarting
# Another useful callback is the [`SaveRestartCallback`](@ref). It saves information for restarting
# in regular intervals. We are interested in saving a restart file for the final solution as
# well. To perform a restart, you need to configure the restart setup in a special way, which is
# described in the section [Restart simulation](@ref restart).
Expand Down

0 comments on commit 08acbd2

Please sign in to comment.