mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
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:
parent
df66163ace
commit
bca8f0815b
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue