From 902d1c66ad7961896206fac0ab52625495128820 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 28 Jun 2023 16:55:37 +0200 Subject: doc: Fix description of built-in rule generic --- doc/concepts/built-in-rules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/concepts') diff --git a/doc/concepts/built-in-rules.md b/doc/concepts/built-in-rules.md index 3672df36..319d0d82 100644 --- a/doc/concepts/built-in-rules.md +++ b/doc/concepts/built-in-rules.md @@ -94,8 +94,8 @@ order of the targets in the evaluated `"deps"` argument. The fields `"cmds"`, `"out_dirs"`, `"outs"`, and `"env"` are evaluated fields where `"cmds"`, `"out_dirs"`, and `"outs"` have to evaluate to a list of strings, and `"env"` has to evaluate to a map of strings. During -their evaluation, the functions `"out_dirs"`, `"outs"` and `"runfiles"` -can be used to access the logical paths of the directories, artifacts +their evaluation, the functions `"outs"` and `"runfiles"` +can be used to access the logical paths of the artifacts and runfiles, respectively, of a target specified in `"deps"`. Here, `"env"` specifies the environment in which the action is carried out. `"out_dirs"` and `"outs"` define the output directories and files, -- cgit v1.2.3