Fix what I assume to be a typo. The alternative is too horrifying to consider. -- MOS_MIGRATED_REVID=97398060
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html index 72c51cb..fb629c2 100644 --- a/site/docs/bazel-user-manual.html +++ b/site/docs/bazel-user-manual.html
@@ -547,7 +547,7 @@ :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'.