Skip to content

Commit c6a6906

Browse files
authored
Merge pull request #55 from mschauer/patch-1
Docfix `StaticProposal`
2 parents dd1e40f + a816495 commit c6a6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mh-core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Other allowed proposals are
2020
```
2121
p1 = StaticProposal(Normal(0,1))
2222
p2 = StaticProposal([Normal(0,1), InverseGamma(2,3)])
23-
p3 = StaticProposal(a=Normal(0,1), b=InverseGamma(2,3))
23+
p3 = StaticProposal((a=Normal(0,1), b=InverseGamma(2,3)))
2424
p4 = StaticProposal((x=1.0) -> Normal(x, 1))
2525
```
2626

0 commit comments

Comments
 (0)