Skip to content

Commit 344bde1

Browse files
authored
Fix typo in a docstring (#98)
1 parent 5aa196c commit 344bde1

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
@@ -13,7 +13,7 @@ The proposal would be
1313
1414
```julia
1515
proposal = (a=StaticProposal(Normal(0,1)), b=StaticProposal(Normal(0,1)))
16-
````
16+
```
1717
1818
Other allowed proposals are
1919

0 commit comments

Comments
 (0)