aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-06-09 14:10:44 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commitec43977553e605370d160ad0f852c15d0c754e74 (patch)
tree7c4211fb32976f7c7b2705a2a4ae02da9ca710e2 /doc/manual/src
parent7c656d90ca2c3364fd72543c0aa27115d96ac463 (diff)
store: match chapter introduction to outline
the various levels of detail should describe the same things.
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/architecture/store/store.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md
index b3517f9b6..403a23bbd 100644
--- a/doc/manual/src/architecture/store/store.md
+++ b/doc/manual/src/architecture/store/store.md
@@ -1,6 +1,7 @@
# Store
-A Nix store is a collection of *store objects*.
+A Nix store is a collection of *store objects* with references between them.
+It supports operations to manipulate that collection.
## Store Object {#store-object}