Skip to content

Commit 7946d63

Browse files
committed
comma
1 parent 99d06cd commit 7946d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forward_sensitivity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ of the solution with respect to parameters.
228228
```julia
229229
ODEForwardSensitivityProblem(f::SciMLBase.AbstractODEFunction,u0,
230230
tspan,p=nothing;
231-
sensealg::AbstractForwardSensitivityAlgorithm = ForwardSensitivity();
231+
sensealg::AbstractForwardSensitivityAlgorithm = ForwardSensitivity(),
232232
kwargs...)
233233
```
234234

0 commit comments

Comments
 (0)