diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/concepts/built-in-rules.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/concepts/built-in-rules.md')
-rw-r--r-- | doc/concepts/built-in-rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/built-in-rules.md b/doc/concepts/built-in-rules.md index 5c502668..18964299 100644 --- a/doc/concepts/built-in-rules.md +++ b/doc/concepts/built-in-rules.md @@ -95,7 +95,7 @@ by those resolution rules has to be free of semantic conflicts. The fields `"cmds"`, `"cwd"`, `"sh -c"`, `"out_dirs"`, `"outs"`, and `"env"` are evaluated fields where `"cmds"`, `"out_dirs"`, and `"outs"` -have to evaluate to a list of strings, `"sh -c"` has to evalute to +have to evaluate to a list of strings, `"sh -c"` has to evaluate to a list of strings or `null`, `"env"` has to evaluate to a map of strings, and `"cwd"` has to evaluate to a single string naming a non-upwards relative path. During their evaluation, the functions `"outs"` and |