Skip to content

Commit

Permalink
Merge pull request #741 from DoktorMike/patch-1
Browse files Browse the repository at this point in the history
fix: Update sde_example.md
  • Loading branch information
ChrisRackauckas authored Jul 8, 2024
2 parents 4b873d0 + a35a380 commit b4ec859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/sde_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function f(du, u, p, t)
end
function g(du, u, p, t)
du[1] = √u[2] * u[1]
du[2] = Θ * √u[2]
du[2] = σ * √u[2]
end
```

Expand Down

0 comments on commit b4ec859

Please sign in to comment.