diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 12:45:38 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:39:38 +0100 |
commit | 00b0ee7558f71e4a9c82957e58a93b8637e9fa77 (patch) | |
tree | b38fec1153fe05cc29ff9732e7abb82cfd5f4035 /doc/concepts/overview.org | |
parent | 3a85910c824a2c76eb2d6dc3014cd9181118c803 (diff) | |
download | justbuild-00b0ee7558f71e4a9c82957e58a93b8637e9fa77.tar.gz |
docs: Fix typos in general documentation
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 a7230066..5dc7ad20 100644 --- a/doc/concepts/overview.org +++ b/doc/concepts/overview.org @@ -122,7 +122,7 @@ rule, or expression is expected, they use the same naming scheme. all other names given by lists have length at least 3. - A list ~["./", relative-module-path, name]~ refers to a target with the given name in the module that has the specified path - relative to the current moudle (in the current repository). + relative to the current module (in the current repository). - A list ~["@", repository, module, name]~ refers to the target with the specified name in the specified module of the specified repository. |