From f1be207b9e1942e4b5cd18dcff98ccb447e4eb6a Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 3 Jun 2016 01:01:42 +0000 Subject: Fix typo in documentation for macros. -- MOS_MIGRATED_REVID=123927381 --- site/docs/skylark/macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/skylark/macros.md b/site/docs/skylark/macros.md index e939e6dd32..296b6b2a99 100644 --- a/site/docs/skylark/macros.md +++ b/site/docs/skylark/macros.md @@ -73,7 +73,7 @@ optional (don't give a default value). * In most cases, optional parameters should have a default value of `None`. `None` can be passed directly to native rules, which treat it the same as if - you had not passing any argument. Thus, there is no need to replace it with + you had not passed in any argument. Thus, there is no need to replace it with `0`, `False`, or `[]` for this purpose. Instead, the macro should defer to the rules it creates, as their defaults may be complex or may change over time. Additionally, a parameter that is explicitly set to its default value looks -- cgit v1.2.3