Update WorkItems

John Johansen 2019-10-16 03:51:31 +00:00
parent b5c22598a2
commit 1cd59c9d85

@ -307,11 +307,11 @@ Most work items cover more than one section of the stack, however there are seve
```mermaid
graph TD
A -> B
A -> D
B -> C
B -> D
C -> F
A --> B;
A --help--> D;
B --> C;
B --> D;
C --> F;
end
```