aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-11-16 20:28:51 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-11-17 18:18:05 +0000
commit013956116f9dc2abf2f4c9eb6d1f9c7bfb3cb295 (patch)
tree37949aa5010f96b7da3b1b7a0066cf9eed35fc1b
parentca54283ffefd7bf4b978961959584af9714f1a05 (diff)
"File" is capitalized in doc filename
-- MOS_MIGRATED_REVID=139364083
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java b/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java
index 310b23d4d0..7d93d78dc3 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java
@@ -520,7 +520,7 @@ public final class SkylarkAttr {
positional = false,
doc =
"This is similar to <code>allow_files</code>, with the restriction that the label must "
- + "correspond to a single <a href=\"file.html\">File</a>. "
+ + "correspond to a single <a href=\"File.html\">File</a>. "
+ "Access it through <code>ctx.file.&lt;attribute_name&gt;</code>."
),
@Param(
@@ -557,7 +557,7 @@ public final class SkylarkAttr {
positional = false,
doc =
"Deprecated: Use <code>allow_single_file</code> instead. "
- + "If True, the label must correspond to a single <a href=\"file.html\">File</a>. "
+ + "If True, the label must correspond to a single <a href=\"File.html\">File</a>. "
+ "Access it through <code>ctx.file.&lt;attribute_name&gt;</code>."
),
@Param(