Skip to content

Commit 938012a

Browse files
jiawencopybara-github
authored andcommitted
Blaze -> Bazel in GenQueryRule.java
This ought to be the last one in the source code. There is one more in the public docs for [-batch_cpu_scheduling](https://bazel.build/reference/command-line-reference#startup-options), however, the [source Markdown](https://github.com/bazelbuild/bazel/blob/d08bb13369d840af35a26b5e38b3d0adb896fd29/site/en/docs/user-manual.md?plain=1#L2444) appears to be correct, so I don't know what the issue is there. Closes bazelbuild#23133. PiperOrigin-RevId: 660699854 Change-Id: I05628e959bba3df3015bd789646a49789b026ca7
1 parent 1886ab1 commit 938012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/rules/genquery/GenQueryRule.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public Metadata getMetadata() {
9191
9292
<p>
9393
<code>genquery()</code> runs a query specified in the
94-
<a href="${link query}">Blaze query language</a> and dumps the result
94+
<a href="${link query}">Bazel query language</a> and dumps the result
9595
into a file.
9696
</p>
9797
<p>

0 commit comments

Comments
 (0)