aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2018-02-12 06:47:59 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-12 06:49:29 -0800
commit7f1f3a203ae879bd404eccb0937cf03e77b3d61a (patch)
treec7b973adbc070554ef8d219306b5b90367479820 /site
parentdb61b316458685344d3aa4b6a784f09001a90892 (diff)
Clarify doc related to declare_file and declared outputs.
RELNOTES: None. PiperOrigin-RevId: 185372459
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/rules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/skylark/rules.md b/site/docs/skylark/rules.md
index c75901dd44..87c8e04365 100644
--- a/site/docs/skylark/rules.md
+++ b/site/docs/skylark/rules.md
@@ -200,8 +200,8 @@ for accessing declared outputs.
The rule can also create extra output files during the analysis phase using the
[ctx.actions.declare_file](lib/actions.html#declare_file) function. This is
-more flexible, but those files are not declared: they don't have any associated
-label.
+more flexible, but those files are not declared outputs: they don't have any
+associated labels.
## Default outputs