diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 34988c6b44..1061b2dc1d 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -71,7 +71,7 @@ A graph representation of the example: ```mermaid graph LR A["p(A) = 2"] --> R - B["p(A) = 4"] --> R + B["p(B) = 4"] --> R R["𝝅(R) = 4"] ```