diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-07 12:07:06 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-13 11:08:42 +0200 |
commit | 148aa855924e86dc2addce0c1f3ed0bf6d43ac6b (patch) | |
tree | ea166f85931ba0a335b670c8b332562a274c6436 /doc/concepts | |
parent | e1751a8fc9593e1baefd192b7a6443bf4ae9723f (diff) | |
download | justbuild-148aa855924e86dc2addce0c1f3ed0bf6d43ac6b.tar.gz |
doc rules: Fix typo
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/rules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/rules.md b/doc/concepts/rules.md index 2ab4c334..ba901dca 100644 --- a/doc/concepts/rules.md +++ b/doc/concepts/rules.md @@ -201,7 +201,7 @@ takes three (evaluated) arguments, `"artifacts"`, `"runfiles"`, and map. It defines the result of a target that has the given artifacts, runfiles, and provided data, respectively. In particular, `"artifacts"` and `"runfiles"` have to be maps to artifacts, and -`"provides"` has to be a map. Moreover, they keys in `"runfiles"` +`"provides"` has to be a map. Moreover, the keys in `"runfiles"` and `"artifacts"` are treated as paths; it is an error if this interpretation yields to conflicts. The keys in the artifacts or runfile maps as seen by other targets are the normalized paths of |