Skip to content

Commit a87c740

Browse files
authored
Update src/solve.jl
1 parent 9aa5ed1 commit a87c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DiffEq's standard merging rules:
1717
- If `merge_callbacks=true` and both prob and kwargs have callbacks, they are
1818
merged into a `CallbackSet` rather than one overriding the other
1919
20-
Returns the merged kwargs as a NamedTuple.
20+
Returns the merged kwargs as a Base.pairs.
2121
2222
This function is intended for use by problem types that override `__solve` or `__init`
2323
and need to manually handle kwargs merging that would normally be done by `solve_call`

0 commit comments

Comments
 (0)