From 75ac2cb3c2efd71e5cb904a50ee25d8b0cb2e827 Mon Sep 17 00:00:00 2001 From: Andrea Cognolato Date: Sat, 31 Oct 2020 14:32:35 +0100 Subject: [PATCH] Remove duplicated $ in 0_Introduction.md Fixes https://github.com/TuringLang/Turing.jl/issues/1376 --- _tutorials/0_Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tutorials/0_Introduction.md b/_tutorials/0_Introduction.md index 1032e8ec0..1753815b2 100644 --- a/_tutorials/0_Introduction.md +++ b/_tutorials/0_Introduction.md @@ -109,7 +109,7 @@ animation = @gif for (i, N) in enumerate(Ns) # Plotting plot(updated_belief, size = (500, 250), - title = "Updated belief after $$N observations", + title = "Updated belief after $N observations", xlabel = "probability of heads", ylabel = "", legend = nothing,