Skip to content

Commit

Permalink
Update iterative_and_periodic.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 31, 2024
1 parent 802ca9e commit 9a5d357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iterative_and_periodic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ PeriodicCallback(f, Δt::Number; phase = 0, initial_affect = false,
integration time (as opposed to wall time), i.e. at `t = tspan[1]`, `t = tspan[1] + Δt`,
`t = tspan[1] + 2Δt`, and so on.
If a non-zero `phase` is provided, the invokations of the callback will be shifted by `phase` time units, i.e., the calls will occur at
If a non-zero `phase` is provided, the invocations of the callback will be shifted by
`phase` time units, i.e., the calls will occur at
`t = tspan[1] + phase`, `t = tspan[1] + phase + Δt`,
`t = tspan[1] + phase + 2Δt`, and so on.
Expand Down

0 comments on commit 9a5d357

Please sign in to comment.