aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
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>