match grammatical case to arrow direction

This commit is contained in:
Valentin Gagarin
2022-08-04 12:37:47 +02:00
parent d3effd014b
commit 87523f01e3
+2 -2
View File
@@ -18,8 +18,8 @@ Nix consists of hierarchical [layers](https://en.m.wikipedia.org/wiki/Multitier_
| store | |
| | evaluates to |
| | |
| references V builds |
| [ build input ] --> [ build plan ] --> [ build result ] |
| referenced by V builds |
| [ build input ] ----> [ build plan ] ----> [ build result ] |
| |
+-----------------------------------------------------------------+
```