diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-18 22:56:21 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | 55b437b5516dfdcd4358de48e7496b08d7be39c6 (patch) | |
tree | b1ea61a9deba1e34890d0cb243b698a7edd27b6a /doc/manual/src/design/store/objects.md | |
parent | b4df351880bb019f6b3176f739059440f128dc43 (diff) |
Improve store path section
Diffstat (limited to 'doc/manual/src/design/store/objects.md')
-rw-r--r-- | doc/manual/src/design/store/objects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/design/store/objects.md b/doc/manual/src/design/store/objects.md index 2c2ed2bdb..8431958a5 100644 --- a/doc/manual/src/design/store/objects.md +++ b/doc/manual/src/design/store/objects.md @@ -17,7 +17,7 @@ In particular, every file system object falls into these three cases: - Symlink: may point anywhere. - In particular, Symlinks that do not point within the containing root file system object or that of another store object referenced by the containing store object are allowed, but might not function as intended. + In particular, symlinks that do not point within the containing root file system object or that of another store object referenced by the containing store object are allowed, but might not function as intended. A bare file or symlink as the "root" file system object is allowed. |