aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-05-24 04:49:33 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-24 11:58:12 +0000
commitd654c550a385a94da0388d77a9482e802ceb4aba (patch)
treef3454a697a812895b097a88a4b5ce8ab63917cf0 /site
parent39a5513a8ba407af6a24edbc34d04d80ed40d8e2 (diff)
Fix typo in skylark cookbook
-- MOS_MIGRATED_REVID=123071294
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/cookbook.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md
index 871a9ecb3f..a66c0d9b4c 100644
--- a/site/docs/skylark/cookbook.md
+++ b/site/docs/skylark/cookbook.md
@@ -114,8 +114,8 @@ native.existing_rule("descriptor_proto")
```
This is useful to avoid instantiating the same rule twice, which is an
-error. For example, the following rule will simulate a test suite, instantiating
-tests for diverse flavors of the same test.
+error. For example, the following macro will simulate a test suite,
+instantiating tests for diverse flavors of the same test.
`extension.bzl`: