1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 19:05:08 +02:00

fix various typos in docs

This commit is contained in:
Jörg Thalheim 2025-05-14 21:13:08 +02:00
parent e088ab3eaf
commit a70140b55a
15 changed files with 22 additions and 22 deletions

View file

@ -30,7 +30,7 @@ The *referrers* of a store object are the store objects that reference it.
[transpose graph]: https://en.wikipedia.org/wiki/Transpose_graph
One can also combine both concepts: taking the transitive closure of the tranposed references graph.
One can also combine both concepts: taking the transitive closure of the transposed references graph.
The *referrers closure* of a store object are the store objects that can reach the given store object via paths of references.
> **Note**