Skip to content

Commit

Permalink
Merge pull request #20 from ranocha/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in SavingCallback
  • Loading branch information
ChrisRackauckas authored Sep 30, 2017
2 parents f962c26 + 110bf74 commit 3d95b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ should be set to match the type for time when not using Float64 values.

## SavingCallback

The aving callback lets you define a function `save_func(t, u, integrator)` which
The saving callback lets you define a function `save_func(t, u, integrator)` which
returns quantities of interest that shall be saved. The constructor is:

```julia
Expand Down

0 comments on commit 3d95b7f

Please sign in to comment.