aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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}