valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 8e471d0b0cd3bf5374c02d93b5645c8971cf2694
parent 809be8d09ffc595cd7d1a9778c1bf3827aa3bfd0
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun, 12 Jan 2020 09:13:12 -0600

fix missed line in table
Diffstat:
Mdocs/introduction/flows.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/introduction/flows.md b/docs/introduction/flows.md @@ -70,9 +70,9 @@ Action | Accounting affect | Onhand affect | I/O | Changes existence | Pairs wit ------ | ------ | --- | ----------------- | ---------- | --------- | produce | Increment | Increment | Output | Yes | N/A | consume | Decrement | Decrement | Input | Yes | N/A | -use | No effect(1) | No effect(1) | Input | No | N/A | -work | No effect(1) | No effect(1) | Input | N/A | N/A | -cite | No effect |No effect | Input | No | N/A | +use | No effect(1) | No effect(1) | Input | No | N/A | +work | No effect(1) | No effect(1) | Input | N/A | N/A | +cite | No effect | No effect | Input | No | N/A | pickup | No effect | No effect | Input | No | dropoff | dropoff | No effect | No effect | Output | No | pickup | accept | No effect | Decrement | Input | No | modify | @@ -83,7 +83,7 @@ fail | No effect | (3) | Output | (3) | accept | transfer-custody | No effect | Decr+Incr(2) | N/A | No | N/A | transfer-all-rights | Decr+Incr(2) | No effect | N/A | No | N/A | transfer-complete | Decr+Incr(2) | Decr+Incr(2) | N/A | No | N/A | -move | Decr+Incr(2) | N/A | No | N/A | +move | Decr+Incr(2) |Decr+Incr(2) | N/A | No | N/A | raise | Increment | Increment | N/A | No | N/A | lower | Decrement | Decrement | N/A | No | N/A |