diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-25 10:10:19 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-25 15:57:29 +0200 |
commit | 165d9ba942171ab3436c834c83184abf38b11bec (patch) | |
tree | 5c7da64508efa9c19ec29088c6f8d1ccf76103fa /doc/concepts | |
parent | dbac8a19685b83dd1d656201da900a20e11428f2 (diff) | |
download | justbuild-165d9ba942171ab3436c834c83184abf38b11bec.tar.gz |
documentation: fix typo
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/doc-strings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/doc-strings.md b/doc/concepts/doc-strings.md index 05de6c94..ed4ee84b 100644 --- a/doc/concepts/doc-strings.md +++ b/doc/concepts/doc-strings.md @@ -125,7 +125,7 @@ Export targets As export targets play the role of interfaces between repositories, it is important that they be documented as well. Again, export targets are -described as a JSON object with fixed set of keys amd we use the keys +described as a JSON object with fixed set of keys and we use the keys `"doc"` and `"config_doc"` for documentation. Here `"doc"` is an array of strings describing the targeted in general and `"config_doc"` is a map from (some of) the variables of the `"flexible_config"` to an array of |