Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Nov 17, 2021
1 parent e19cea7 commit d86499f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ AbstractMCMC.chainsstack

To make it a bit easier to interact with some arbitrary sampler state, we encourage implementations of `AbstractSampler` to implement the following methods:
```@docs
AbstractMCMC.parameters(state)
AbstractMCMC.setparameters!!(state, parameters)
AbstractMCMC.parameters
AbstractMCMC.setparameters!!
```
and optionally
```@docs
Expand Down

0 comments on commit d86499f

Please sign in to comment.