In the config_setting arguments section, the description of the "values" arg states that "This and *values* cannot both be empty" with the word *values* hyperlinking to define_values. Assuming typo(?) and changing to "This and *define_values* cannot both be empty."
RELNOTES: None.
PiperOrigin-RevId: 166723373
diff --git a/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java
index 587e81e..569b022 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/config/ConfigRuleClasses.java
@@ -142,8 +142,8 @@
<i>any</i> of those settings match.
<p>
- <p>This and <a href="${link config_setting.define_values}"><code>values</code></a> cannot
- both be empty.
+ <p>This and <a href="${link config_setting.define_values}"><code>define_values</code></a>
+ cannot both be empty.
</p>
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(