aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/SkylarkAttr.java')
-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(