aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/proto
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-08-31 17:15:32 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-31 18:28:36 +0200
commit1e190c883cf065e95c1971acb5ff80a3c769da60 (patch)
treecea8c2dc54bdae001dd9d112972f9aafdbfa1ad2 /src/main/java/com/google/devtools/build/lib/rules/proto
parent5b90b169f8ea5f6d99a540d82304b9b7dbfd5b02 (diff)
Fixes typo in proto_library docs
Add _'s in proto.transitivedescriptorsets RELNOTES: none PiperOrigin-RevId: 167139522
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/proto')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
index 26c7b751de..168f82f415 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/proto/BazelProtoLibraryRule.java
@@ -102,7 +102,7 @@ public final class BazelProtoLibraryRule implements RuleDefinition {
<p>It only contains information about the <code>.proto</code> files directly mentioned by a
<code>proto_library</code> rule; the collection of transitive descriptor sets is available through
-the <code>proto.transitivedescriptorsets</code> Skylark provider.
+the <code>proto.transitive_descriptor_sets</code> Skylark provider.
See documentation in <code>ProtoSourcesProvider.java</code>.</p>
<!-- #END_BLAZE_RULE -->*/