diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/concepts/computed-roots.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/concepts/computed-roots.md')
-rw-r--r-- | doc/concepts/computed-roots.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/computed-roots.md b/doc/concepts/computed-roots.md index 7007eab4..2bc2094d 100644 --- a/doc/concepts/computed-roots.md +++ b/doc/concepts/computed-roots.md @@ -120,7 +120,7 @@ are equal if the defining roots are equal. When determining the value of a computed root, as for every export target, the provided serve endpoint (if any) is consulted first. Only if it is not aware of the root, a local evaluation is carried -out. This strategy is also applied for tree-stucture roots. +out. This strategy is also applied for tree-structure roots. ### `just-mr` support for computed roots @@ -149,7 +149,7 @@ however we do not want to fetch the artifacts of those intermediate roots. After all, whole point of the serve service was to use dependencies without having them locally. -#### Sytnax for absent computed roots +#### Syntax for absent computed roots As for other roots, we let the user specify which roots are to be absent. Tools like `just-import-git` will extend their marking of absent |