Skip to content

Commit 5815a9b

Browse files
committed
Fix typo: ` ->
1 parent 6f8fda4 commit 5815a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RobustAdaptiveMetropolis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ julia> chain = sample(
6767
6868
julia> norm(cov(Array(chain)) - [1.0 0.5; 0.5 1.0]) < 0.2
6969
true
70-
````
70+
```
7171
7272
# References
7373
[^VIH12]: Vihola (2012) Robust adaptive Metropolis algorithm with coerced acceptance rate, Statistics and computing.

0 commit comments

Comments
 (0)