aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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