aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-06-03 01:01:42 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-06-03 12:53:55 +0000
commitf1be207b9e1942e4b5cd18dcff98ccb447e4eb6a (patch)
tree955e587538be3df7ad8b03522b246f83df4cc39d
parent23d5e1f766846e3f0370576dbe53d01a62fb1ba3 (diff)
Fix typo in documentation for macros.
-- MOS_MIGRATED_REVID=123927381
-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 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