Skip to content

Commit 7fc7298

Browse files
Merge pull request #665 from jvaverka/master
Fix typo in Basics > Integrators
2 parents 3d5ee28 + 3e68450 commit 7fc7298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/integrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ SciMLBase.check_error
9191
SciMLBase.check_error!
9292
```
9393

94-
## Handing Integrators
94+
## Handling Integrators
9595

9696
The `integrator<:DEIntegrator` type holds all the information for the intermediate solution
9797
of the differential equation. Useful fields are:

0 commit comments

Comments
 (0)