Skip to content

Commit

Permalink
Update dde_example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 30, 2019
1 parent 7aed9e4 commit 8fa3f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/dde_example.md
Expand Up @@ -45,7 +45,7 @@ end
Now we build a `DDEProblem`. The signature

```julia
prob = DDEProblem(f, u0, h, tspan, p=nothing;
prob = DDEProblem(f, u0, h, tspan, p=DiffEqBase.NullParameters();
constant_lags=[], dependent_lags=[], kwargs...)
```

Expand Down

0 comments on commit 8fa3f6b

Please sign in to comment.