Update WorkItems

John Johansen 2019-10-16 03:54:15 +00:00
parent 321dde52e3
commit 5fb3f254b1

@ -306,14 +306,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;
end
```