Skip to content

Commit 28bdf91

Browse files
committed
adhere to julia convention
1 parent 0a4fd17 commit 28bdf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbstractMCMC.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Update the parameters of the `state` with `parameters` and return it.
9797
If `state` can be updated in-place, it is expected that this function returns `state` with updated
9898
parameters. Otherwise a new `state` object with the new `parameters` is returned.
9999
"""
100-
setparameters!!
100+
function setparameters!! end
101101

102102
"""
103103
parameters(transition)
104104
105105
Return parameters in `transition`.
106106
"""
107-
parameters
107+
function parameters end
108108

109109

110110
include("samplingstats.jl")

0 commit comments

Comments
 (0)