match grammatical case to arrow direction

This commit is contained in:
Valentin Gagarin 2022-05-10 12:27:44 +02:00
parent d3effd014b
commit 87523f01e3

View file

@ -18,8 +18,8 @@ Nix consists of hierarchical [layers](https://en.m.wikipedia.org/wiki/Multitier_
| store | | | store | |
| | evaluates to | | | evaluates to |
| | | | | |
| references V builds | | referenced by V builds |
| [ build input ] --> [ build plan ] --> [ build result ] | | [ build input ] ----> [ build plan ] ----> [ build result ] |
| | | |
+-----------------------------------------------------------------+ +-----------------------------------------------------------------+
``` ```