From a0d59742404b9d3ce69e586c383708a20de25857 Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk <mashu@users.noreply.github.com> Date: Wed, 29 Dec 2021 20:31:10 +0100 Subject: [PATCH] Tiny suggestion, missing coma for readability of joint probability. (#33) --- _literate/2_bayes_stats.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_literate/2_bayes_stats.jl b/_literate/2_bayes_stats.jl index c9d6e9f3..592439bf 100644 --- a/_literate/2_bayes_stats.jl +++ b/_literate/2_bayes_stats.jl @@ -113,7 +113,7 @@ # Conditional probability leads us to another important concept: joint probability. **Joint probability # is the "probability that two events will both occur"**. Continuing with our Poker example, the probability -# that you will receive two Ace cards ($A$) and a King ($K$) as two starting cards is: +# that you will receive two cards, Ace ($A$) and a King ($K$) as two starting cards is: # $$ # \begin{aligned}