From bca8f0815b3d96c4727299f452778e8765c03f8f Mon Sep 17 00:00:00 2001 From: Xo Wang Date: Wed, 23 Aug 2023 16:53:13 -0700 Subject: [PATCH] Fix graph in preface.md example Match up the graph's name for the task whose priority is 4 to its name in the preceding paragraph --- book/en/src/preface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] ```