aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Gagarin <valentin@fricklerhandwerk.de>2022-04-28 09:44:46 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commit070c85499b370bf886db1a87c04ed9c319bb6323 (patch)
tree95e1d27f612cb748db12bf0aea10fe324759375d
parent7b5c00f67f729bb3c0d026f3f4d14e727c4cf420 (diff)
fix grammar
Co-authored-by: John Ericson <git@JohnEricson.me>
-rw-r--r--doc/manual/src/architecture/store/store.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md
index 688c7e1a2..96796f26c 100644
--- a/doc/manual/src/architecture/store/store.md
+++ b/doc/manual/src/architecture/store/store.md
@@ -4,7 +4,7 @@ A Nix store is a collection of [store objects](objects.md) and associated operat
These store objects can hold arbitrary data, and Nix makes no distinction if they are used as build inputs, build results, or build plans.
-A Nix store allows to add and retrieve store objects.
+A Nix store allows adding and retrieving store objects.
It can perform builds, that is, transform build inputs using instructions from the build plans into build outputs.
It also keeps track of *references* between data and can therefore garbage-collect unused store objects.