diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-18 23:03:38 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | b98dc3b19c62abb3b8edc778cee0ac8234c5577d (patch) | |
tree | c181986cd01a78a8660187bb93163b587f6decd4 /doc/manual/src | |
parent | 55b437b5516dfdcd4358de48e7496b08d7be39c6 (diff) |
store objects, better opining sentances
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/design/store/objects.md | 4 |
1 files 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 |