File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/SwiftProtobufPluginLibrary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ public final class Descriptor {
510510
511511 /// The extension ranges declared for this message. They are returned in
512512 /// the order they are defined in the .proto file.
513- @available ( * , deprecated, message: " This property is now deprecated: please use protoExtensionRanges instead. " )
513+ @available ( * , deprecated, message: " This property is now deprecated: please use proto.extensionRange instead. " )
514514 public var extensionRanges : [ Google_Protobuf_DescriptorProto . ExtensionRange ] {
515515 proto. extensionRange
516516 }
@@ -576,7 +576,7 @@ public final class Descriptor {
576576 public let reservedNames : [ String ]
577577
578578 /// True/False if this Message is just for a `map<>` entry.
579- @available ( * , deprecated, renamed: " options.mapyEntry " )
579+ @available ( * , deprecated, renamed: " options.mapEntry " )
580580 public var isMapEntry : Bool { return options. mapEntry }
581581
582582 /// Returns the `FieldDescriptor`s for the "key" and "value" fields. If
You can’t perform that action at this time.
0 commit comments