Skip to content

Commit

Permalink
Fix typos in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored May 28, 2024
1 parent a35955b commit 7156df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/function_caller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ FunctionCallingCallback(func;
```
The function calling callback lets you define a function `func(u,t,integrator)`
which gets calls at the time points of interest. The constructor is:
which gets called at the time points of interest. The constructor is:
- `func(u, t, integrator)` is the function to be called.
- `funcat` values or interval that the function is sure to be evaluated at.
- `func_everystep` whether to call the function after each integrator step.
- `func_start` whether the function is called the initial condition.
- `func_start` whether the function is called at the initial condition.
- `tdir` should be `sign(tspan[end]-tspan[1])`. It defaults to `1` and should
be adapted if `tspan[1] > tspan[end]`.
"""
Expand Down

0 comments on commit 7156df5

Please sign in to comment.