fix grammar

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
Valentin Gagarin
2022-08-04 12:37:47 +02:00
committed by Valentin Gagarin
co-authored by John Ericson
parent 7b5c00f67f
commit 070c85499b
+1 -1
View File
@@ -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.