Skip to content

Commit

Permalink
docs: update function names in sampling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Dec 27, 2024
1 parent 0e7d1e2 commit 8934263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/man/sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
These functions generate noise-induced transitions between an initial and final state.

```@docs
transition(sys::CoupledSDEs, x_i, x_f; kwargs...)
transitions(sys::CoupledSDEs, x_i, x_f, N=1; kwargs...)
transition
transitions
```

## ... in pathspace
Expand Down

0 comments on commit 8934263

Please sign in to comment.