aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-03-27 17:38:26 +0000
committerGravatar Ulf Adams <ulfjack@google.com>2015-03-30 12:18:07 +0000
commit4664d3d08dfaff85405ae933c0c24e565cc8f1f6 (patch)
tree97c041b560a284e60365ae3fb77140f450908760 /docs
parentbd903ad549b64fd65cf1450a58a4b73f87998779 (diff)
Yikes! Close the <code></code> tag so we're not rendering half the page in green monospaced font:
http://bazel.io/docs/query.html#component -- MOS_MIGRATED_REVID=89706849
Diffstat (limited to 'docs')
-rw-r--r--docs/query.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/query.html b/docs/query.html
index 00cce98ae9..b4b0e600ce 100644
--- a/docs/query.html
+++ b/docs/query.html
@@ -1352,7 +1352,7 @@ genrule(
the <code>buildfiles</code> operator and use only <code>deps</code>,
but this yields an incorrect result: while the result contains the
majority of needed packages, those packages that contain only files
- that are <code>load()<code>'ed
+ that are <code>load()</code>'ed
will be missing.
</p>