Skip to content

Commit

Permalink
Merge pull request #10276 from protocolbuffers/dmaclach-patch-1
Browse files Browse the repository at this point in the history
Update comment generator to apply to maps
  • Loading branch information
fowles authored Jul 20, 2022
2 parents 5b1c63e + 1d3109f commit 3b456bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ void RepeatedFieldGenerator::GeneratePropertyDeclaration(
"$comments$"
"$array_comment$"
"@property(nonatomic, readwrite, strong, null_resettable) $array_property_type$ *$name$$storage_attribute$$deprecated_attribute$;\n"
"/** The number of items in @c $name$ without causing the array to be created. */\n"
"/** The number of items in @c $name$ without causing the container to be created. */\n"
"@property(nonatomic, readonly) NSUInteger $name$_Count$deprecated_attribute$;\n");
if (IsInitName(variables_.find("name")->second)) {
// If property name starts with init we need to annotate it to get past ARC.
Expand Down

0 comments on commit 3b456bf

Please sign in to comment.