Skip to content

Commit

Permalink
Typo fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slishak committed Jul 27, 2022
1 parent 49f7622 commit fa18529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FURTHER_DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ For this solver, `rtol` and `atol` correspond to the tolerance for convergence o
**callback_reject_step(self, t0, y0, dt):**<br>
As `callback_accept_step`, except called when rejecting steps.

In addition callbacks can be trigged during the adjoint pass by adding `_adjoint` to the name of any one of the supported callbacks, e.g. `callback_step_adjoint`.
In addition, callbacks can be triggered during the adjoint pass by adding `_adjoint` to the name of any one of the supported callbacks, e.g. `callback_step_adjoint`.

0 comments on commit fa18529

Please sign in to comment.