diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-05-31 10:09:04 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-06-09 09:35:15 +0200 |
commit | a9dad033cbee1d6246ad158747394016e51edd9f (patch) | |
tree | 4a3f0bdbf038f7fcd69dcf41cf33a5a80e1e74ab /doc/concepts/multi-repo.org | |
parent | 2a65853c94763366eb288b1efe90a1343382ad30 (diff) | |
download | justbuild-a9dad033cbee1d6246ad158747394016e51edd9f.tar.gz |
fix typos
Diffstat (limited to 'doc/concepts/multi-repo.org')
-rw-r--r-- | doc/concepts/multi-repo.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/multi-repo.org b/doc/concepts/multi-repo.org index 54ef6fb0..c0f7df15 100644 --- a/doc/concepts/multi-repo.org +++ b/doc/concepts/multi-repo.org @@ -107,7 +107,7 @@ For example, the invocation ~just build -C /etc/just/repos.conf baz~ tells our tool to build the target ~baz~ from the module the working directory is located in. ~foo~ will refer to the repository found at ~/opt/foobar/repo~ (using rules from ~/etc/just/rules~, -taking ~base~ refer to the the repository at ~/opt/barimpl~) and +taking ~base~ refer to the repository at ~/opt/barimpl~) and ~bar~ will refer to the repository at ~/opts/barimpl~. ** Naming of targets @@ -138,7 +138,7 @@ evaluating the parameters (for target fields) and in the evaluation of the defining expression when requesting properties of a target dependent upon (via ~DEP_ARTIFACTS~ and related functions). In the later case, however, the only legitimate way to obtain a target -name is by the the ~FIELD~ function. To enforce this behavior, and +name is by the ~FIELD~ function. To enforce this behavior, and to avoid problems with serializing target names, our expression language considers target names as opaque values. More precisely, - in a target description, the target fields are evaluated and the |