From a9dad033cbee1d6246ad158747394016e51edd9f Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 31 May 2022 10:09:04 +0200 Subject: fix typos --- doc/concepts/multi-repo.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/concepts/multi-repo.org') 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 -- cgit v1.2.3