1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #13373 from synalice/patch-2

Fix typo
This commit is contained in:
Eelco Dolstra 2025-06-18 17:52:38 +02:00 committed by GitHub
commit 197484ce1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ The *requisites* of a store object are all store objects reachable by paths of r
[transitive closure]: https://en.wikipedia.org/wiki/Transitive_closure [transitive closure]: https://en.wikipedia.org/wiki/Transitive_closure
We can also take the [transpose graph] ofthe references graph, where we reverse the orientation of all edges. We can also take the [transpose graph] of the references graph, where we reverse the orientation of all edges.
The *referrers* of a store object are the store objects that reference it. The *referrers* of a store object are the store objects that reference it.
[transpose graph]: https://en.wikipedia.org/wiki/Transpose_graph [transpose graph]: https://en.wikipedia.org/wiki/Transpose_graph