diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-06-21 14:01:31 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:47 +0200 |
commit | 9c544813d7883fa003d25f528f50c46faf06e1a2 (patch) | |
tree | 6b17824c2f15e03cb3f9c529c9e8b978b0138f38 | |
parent | 1681f4e9f3608973e3247e447fd9236eb32d66f3 (diff) |
paths -> path
use singular for terminology uniformly
-rw-r--r-- | doc/manual/src/architecture/store/path.md (renamed from doc/manual/src/architecture/store/paths.md) | 0 | ||||
-rw-r--r-- | doc/manual/src/architecture/store/store.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/store/paths.md b/doc/manual/src/architecture/store/path.md index 956049341..956049341 100644 --- a/doc/manual/src/architecture/store/paths.md +++ b/doc/manual/src/architecture/store/path.md diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md index 21a876f75..f662ed3e7 100644 --- a/doc/manual/src/architecture/store/store.md +++ b/doc/manual/src/architecture/store/store.md @@ -103,7 +103,7 @@ That allows processes to resolve references contained in files and thus access t Store objects are therefore implemented as the pair of - a [file system object](fso.md) for data - - a set of [store paths](paths.md) for references. + - a set of [store paths](path.md) for references. [unix-paradigm]: https://en.m.wikipedia.org/wiki/Everything_is_a_file [file-descriptor]: https://en.m.wikipedia.org/wiki/File_descriptor |