From 86dda9884ae5aa8674470df051c3954d4e6665c4 Mon Sep 17 00:00:00 2001 From: Nikita Krasnov Date: Wed, 18 Jun 2025 12:46:53 +0300 Subject: [PATCH] Fix typo --- doc/manual/source/store/store-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/store/store-object.md b/doc/manual/source/store/store-object.md index 115e107fb..0cdf4ec91 100644 --- a/doc/manual/source/store/store-object.md +++ b/doc/manual/source/store/store-object.md @@ -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 -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. [transpose graph]: https://en.wikipedia.org/wiki/Transpose_graph