aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/query.html
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-08-18 13:03:21 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-08-18 17:25:11 +0000
commit6b8758d72802afffebdb7d23b965f769e76d6f27 (patch)
tree1235ffc509d4896bacb3488a14f510fad39bc2be /site/docs/query.html
parent452def0c6d0689e90e63ae3f4dab509718102fc5 (diff)
Fix typos: min_rank -> minrank, max_rank -> maxrank
-- MOS_MIGRATED_REVID=130631646
Diffstat (limited to 'site/docs/query.html')
-rw-r--r--site/docs/query.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/query.html b/site/docs/query.html
index a5068c8eef..44402065ff 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -1361,7 +1361,7 @@ genrule(
<code>record</code> or <code>xml</code>, the outputs will be printed in
arbitrary order. <b>This is generally the fastest option</b>. It is not
supported though when <code>--output</code> is one of <code>graph</code>,
- <code>min_rank</code> or <code>max_rank</code>: with these formats, bazel will
+ <code>minrank</code> or <code>maxrank</code>: with these formats, bazel will
always print results ordered by the dependency order or rank.
</p>
<p>