aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-01-11 16:06:09 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-12 09:09:23 +0000
commit21e6996aa6a11aaf797087ed5dfb7bcf8ea39e4a (patch)
tree1af902b75b33216dc7d919cf50576163baba1696 /src/main/java/com
parent2300f8a3e88d720f7eae90a80456142363850c5c (diff)
Description redacted.
-- PiperOrigin-RevId: 144207428 MOS_MIGRATED_REVID=144207428
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java b/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java
index e9ce7c8e96..7e7b69cda1 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/SkylarkRuleContext.java
@@ -125,7 +125,7 @@ public final class SkylarkRuleContext {
public static final String SPLIT_ATTR_DOC =
"A struct to access the values of attributes with split configurations. If the attribute is "
+ "a label list, the value of split_attr is a dict of the keys of the split (as strings) "
- + "to lists of the ConfiguredTargets in that branch of the splitt. If the attribute is a "
+ + "to lists of the ConfiguredTargets in that branch of the split. If the attribute is a "
+ "label, then the value of split_attr is a dict of the keys of the split (as strings) "
+ "to single ConfiguredTargets. Attributes with split configurations still appear in the "
+ "attr struct, but their values will be single lists with all the branches of the split "