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/overview.org | |
parent | 2a65853c94763366eb288b1efe90a1343382ad30 (diff) | |
download | justbuild-a9dad033cbee1d6246ad158747394016e51edd9f.tar.gz |
fix typos
Diffstat (limited to 'doc/concepts/overview.org')
-rw-r--r-- | doc/concepts/overview.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/overview.org b/doc/concepts/overview.org index 2799a2eb..13d5d04b 100644 --- a/doc/concepts/overview.org +++ b/doc/concepts/overview.org @@ -114,7 +114,7 @@ on multi-repository builds. In description files, targets, rules, and expressions are referred to by name. As the context always fixes if a name for a target, rule, or expression is expected, they use the same naming scheme. -- A single string refers to the the target with this name in the +- A single string refers to the target with this name in the same module. - A pair ~[module, name]~ refers to the target ~name~ in the module ~module~ of the same repository. There are no module names with |