diff options
-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 |