From a90fc62b618f571bc5e6512e66e9c8c9a8eb6e78 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Thu, 2 Jun 2022 23:50:51 +0200 Subject: [PATCH] make clear that file system is for processes Co-authored-by: John Ericson --- doc/manual/src/architecture/store/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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