Skip to content

Commit a0b633d

Browse files
committed
doc: Rephrase store-object.md
1 parent f78062d commit a0b633d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/manual/source/store/store-object.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ The graph of references excluding self-references thus forms a [directed acyclic
2020

2121
[directed acyclic graph]: @docroot@/glossary.md#gloss-directed-acyclic-graph
2222

23-
We can take the [transitive closure] of the references graph, which any pair of store objects have an edge not if there is a single reference from the first to the second, but a path of one or more references from the first to the second.
23+
We can take the [transitive closure] of the references graph, in which any pair of store objects have an edge if a *path* of one or more references exists from the first to the second object.
24+
(A single reference always forms a path which is one reference long, but longer paths may connect objects which have no direct reference between them.)
2425
The *requisites* of a store object are all store objects reachable by paths of references which start with given store object's references.
2526

2627
[transitive closure]: https://en.wikipedia.org/wiki/Transitive_closure

0 commit comments

Comments
 (0)