From b98dc3b19c62abb3b8edc778cee0ac8234c5577d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 18 Apr 2022 23:03:38 -0400 Subject: [PATCH] store objects, better opining sentances --- doc/manual/src/design/store/objects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/src/design/store/objects.md b/doc/manual/src/design/store/objects.md index 8431958a5..38c73bc7a 100644 --- a/doc/manual/src/design/store/objects.md +++ b/doc/manual/src/design/store/objects.md @@ -1,6 +1,6 @@ # Store Objects -File system data in Nix is organized into *store objects*. +Data in Nix is chiefly organized into *store objects*. A store object is the pair of - A (root) file system object @@ -8,7 +8,7 @@ A store object is the pair of ## File system objects -The nix store uses a simple filesystem model. +The Nix store uses a simple filesystem model. In particular, every file system object falls into these three cases: - File: an executable flag, and arbitrary data