Skip to content

Commit

Permalink
Fix typo in SDE docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Mar 16, 2024
1 parent 4fdae7e commit 9e29cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/sde_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ with initial condition `u0`.
### Constructors
- `SDEProblem(f::SDEFunction,g,u0,tspan,p=NullParameters();noise=WHITE_NOISE,noise_rate_prototype=nothing)`
- `SDEProblem(f::SDEFunction,u0,tspan,p=NullParameters();noise=WHITE_NOISE,noise_rate_prototype=nothing)`
- `SDEProblem{isinplace,specialize}(f,g,u0,tspan,p=NullParameters();noise=WHITE_NOISE,noise_rate_prototype=nothing)` :
Defines the SDE with the specified functions. The default noise is `WHITE_NOISE`.
`isinplace` optionally sets whether the function is inplace or not. This is
Expand Down

0 comments on commit 9e29cfa

Please sign in to comment.