aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/architecture
diff options
context:
space:
mode:
authorValentin Gagarin <valentin@fricklerhandwerk.de>2022-06-02 23:50:51 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commita90fc62b618f571bc5e6512e66e9c8c9a8eb6e78 (patch)
tree832178ce64a29ed4dbe700f1c89b70991b631a3a /doc/manual/src/architecture
parent7993ba1f388e509d7617808b4a947ed1bf1533a8 (diff)
make clear that file system is for processes
Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
Diffstat (limited to 'doc/manual/src/architecture')
-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 5b4c3072d..3d1ad0bad 100644
--- a/doc/manual/src/architecture/store/store.md
+++ b/doc/manual/src/architecture/store/store.md
@@ -150,7 +150,7 @@ Examples:
- remote store accessible via SSH
- binary cache store accessible via HTTP
-Every store ultimately has to make store objects accessible to processes through the file system.
+To make store objects accessible to processes, stores ultimately have to expose store objects through the file system.
## A [Rosetta stone][rosetta-stone] for build system terminology