aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
diff options
context:
space:
mode:
authorXo Wang <xo@geekshavefeelings.com>2023-08-23 16:53:13 -0700
committerHenrik Tjäder <henrik@tjaders.com>2023-08-25 05:03:37 +0000
commitbca8f0815b3d96c4727299f452778e8765c03f8f (patch)
tree40ac66afc113df92376acd477526dcc7720af37f /book/en/src
parentdf66163aceb1128686e9efcf77d6e3e8520f86b3 (diff)
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
Diffstat (limited to 'book/en/src')
-rw-r--r--book/en/src/preface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md
index 34988c6..1061b2d 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"]
```