aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-07-02 08:04:51 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-07-02 09:23:19 +0000
commit3ebad611865c90ebec047a773ac07c769d2b2af5 (patch)
tree5bd9ebb8cb267e2a17240e33c822cdfd103c115e /site/docs
parent3ea9aef3e45303211402c681b75875bb34b56db8 (diff)
Fix what I assume to be a typo.
The alternative is too horrifying to consider. -- MOS_MIGRATED_REVID=97398060
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/bazel-user-manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 72c51cb3fc..fb629c2f39 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -547,7 +547,7 @@ Working-directory relative forms: (assume cwd = 'workspace/foo')
:foo Equivalent to '//foo:foo'.
bar Equivalent to '//foo/bar:bar'.
- foo/bar Equivalent to '//foo/bar/bar:bar'.
+ foo/bar Equivalent to '//foo/foo/bar:bar'.
bar:all Equivalent to '//foo/bar:all'.
:all Equivalent to '//foo:all'.