commit | d63925b68c2a38b750a136a1a2e2297a1d8c894b | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Feb 05 10:57:50 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 05 10:59:06 2021 -0800 |
tree | c79acb90efece23dc0693261deccceaad138ff8c | |
parent | 3aa4fa00ae9cdcbba699f727cbaecd4bbd579f38 [diff] [blame] |
Small documentation fix. PiperOrigin-RevId: 355884460
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md index 35bf0be..e5116a1 100644 --- a/site/docs/configurable-attributes.md +++ b/site/docs/configurable-attributes.md
@@ -114,6 +114,7 @@ srcs = select({ ":arm_cpu": ["g_arm.src"], ":x86_cpu": ["g_x86.src"], + }), tools = select({ ":arm_cpu": [":tool1"], ":x86_cpu": [":tool2"],