aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-07-02 11:54:11 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-02 11:56:06 -0700
commit151717ce36ad3fa99b5aaf79328f632ebd4b0f7c (patch)
tree44891fde0fed9206157b7295c9e97a04b5a12d4b /site
parent6871cf019cb4ad3a5e5c2b8d3d16fb9c37a8e35d (diff)
Docs: Query Language: Minor cleanup
RELNOTES: None. PiperOrigin-RevId: 202988920
Diffstat (limited to 'site')
-rw-r--r--site/docs/query.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/docs/query.html b/site/docs/query.html
index 12229baab1..430355dab5 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -554,9 +554,7 @@ x intersect (y union z)</pre>
<code>deps(foo/...)</code> is the dependency graphs whose roots are
all rules in every package beneath the <code>foo</code> directory.
Please note that 'dependencies' means only rule and file targets
- in this context, therefore the BUILD,
-
- and Skylark files needed to
+ in this context, therefore the BUILD and Skylark files needed to
create these targets are not included here. For that you should use the
<a href="#buildfiles"><code>buildfiles</code></a> operator.
</p>