diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-02-06 15:15:14 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-02-27 14:35:44 +0100 |
commit | 842145ff59594be8624390e22d815c71bc5c85d6 (patch) | |
tree | b153bf4ae2795d4739a4bd18825cd0233c2dcc2f /doc/concepts | |
parent | 967cc82bfd3ae57fa942f2bcaca780db0d918f60 (diff) | |
download | justbuild-842145ff59594be8624390e22d815c71bc5c85d6.tar.gz |
symlinks design doc: Fix typo
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/symlinks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/symlinks.md b/doc/concepts/symlinks.md index 5a7114e4..9506cab0 100644 --- a/doc/concepts/symlinks.md +++ b/doc/concepts/symlinks.md @@ -136,7 +136,7 @@ Alternatively, in a *completely resolved tree*, all relative symbolic links confined to the tree (whether upwards or not) get resolved, resulting in a `git`-tree free of all symbolic links. -For reasons already described, absolute symbolic are never supported. +For reasons already described, absolute symbolic links are never supported. As this process acts directly at the repository level, the resulting roots remain cacheable and their trees accessible in constant time. Moreover, to |