aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/query-how-to.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/query-how-to.html b/site/docs/query-how-to.html
index 9dc104cbb1..7bf0b330e5 100644
--- a/site/docs/query-how-to.html
+++ b/site/docs/query-how-to.html
@@ -183,7 +183,7 @@ if you're going to change some code, you might want to know what other code
you're about to break. You can use <code>rdeps(u, x)</code> to find the reverse
dependencies of the targets in <code>x</code> within the transitive closure of <code>u</code>.</p>
-Bazel's <a href="https://docs.bazel.build/versions/master/query.html#sky-query">Sky Query</a> allows
+Bazel's <a href="https://docs.bazel.build/versions/master/query.html#sky-query">Sky Query</a>
supports the <code>allrdeps</code> function which allows you to query rdeps in the entire
universe of the build.
<p><a name="Miscellaneous_Uses"></a></p>