aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/skylark
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-04-17 15:18:33 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-04-17 15:43:15 +0000
commit666762c7d1681e16acea75f4eef850b93fe91098 (patch)
tree5ab48fb4d398c535c206816696fdae0604c633de /site/docs/skylark
parent51d60bdcdc0634cad9101f512f1fc43e4ffae76d (diff)
Fix a typo.
-- MOS_MIGRATED_REVID=91406724
Diffstat (limited to 'site/docs/skylark')
-rw-r--r--site/docs/skylark/macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/macros.md b/site/docs/skylark/macros.md
index 9b2e1adce3..b111cd59f6 100644
--- a/site/docs/skylark/macros.md
+++ b/site/docs/skylark/macros.md
@@ -29,7 +29,7 @@ Examples
Debugging
---------
-* `bazel query --output=build ///my/path:all` will show you how the BUILD
+* `bazel query --output=build //my/path:all` will show you how the BUILD
file looks like after evaluation. All macros, globs, loops are expanded.
* You can also use `print` for debugging. It displays the message as a