aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-05-09 00:56:44 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-09 00:58:38 -0700
commit17abb6064758dfff2102576471084d2d81b61cd0 (patch)
treeb5bab724a66b8003a325fcc3d6dd2422d0958041 /site
parentfbdf70e6cc1a406f113e802abd24b3da25154435 (diff)
Fix typo.
RELNOTES: None. PiperOrigin-RevId: 195934652
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>