Skip to content

Commit 20316b9

Browse files
TorkelEisaacsas
andauthored
Update docs/src/model_creation/functional_parameters.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent a4c25e3 commit 20316b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/functional_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Finally, we can simulate our model as normal, but setting the value of the `pIn`
2424
```@example functional_parameters_basic_example
2525
using OrdinaryDiffEqDefault, Plots
2626
u0 = [:X => 0.5]
27-
ps = [:d => 2.0, pIn => spline]
27+
ps = [:d => 2.0, :pIn => spline]
2828
oprob = ODEProblem(bd_model, u0, tend, ps)
2929
sol = solve(oprob)
3030
plot(sol)

0 commit comments

Comments
 (0)