Skip to content

Commit d86499f

Browse files
committed
fixed docs
1 parent e19cea7 commit d86499f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ AbstractMCMC.chainsstack
8181

8282
To make it a bit easier to interact with some arbitrary sampler state, we encourage implementations of `AbstractSampler` to implement the following methods:
8383
```@docs
84-
AbstractMCMC.parameters(state)
85-
AbstractMCMC.setparameters!!(state, parameters)
84+
AbstractMCMC.parameters
85+
AbstractMCMC.setparameters!!
8686
```
8787
and optionally
8888
```@docs

0 commit comments

Comments
 (0)