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
This commit is contained in:
Xo Wang 2023-08-23 16:53:13 -07:00 committed by Henrik Tjäder
parent df66163ace
commit bca8f0815b

View file

@ -71,7 +71,7 @@ A graph representation of the example:
```mermaid ```mermaid
graph LR graph LR
A["p(A) = 2"] --> R A["p(A) = 2"] --> R
B["p(A) = 4"] --> R B["p(B) = 4"] --> R
R["𝝅(R) = 4"] R["𝝅(R) = 4"]
``` ```