Skip to content

Commit e7032a8

Browse files
committed
Fix method name in docstring
1 parent 6574548 commit e7032a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ end
927927
has_stats(i::DEIntegrator) = false
928928

929929
"""
930-
is_integrator_adaptive(i::DEIntegrator)
930+
isadaptive(i::DEIntegrator)
931931
932932
Checks if the integrator is adaptive
933933
"""

0 commit comments

Comments
 (0)