We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636132b commit 255a286Copy full SHA for 255a286
objectivec/GPBDescriptor.h
@@ -182,7 +182,7 @@ typedef NS_ENUM(uint8_t, GPBFieldType) {
182
@property(nonatomic, readonly, getter=isOptional) BOOL optional;
183
/** Type of field (single, repeated, map). */
184
@property(nonatomic, readonly) GPBFieldType fieldType;
185
-/** Type of the key if the field is a map. The value's type is -fieldType. */
+/** Type of the key if the field is a map. The value's type is -dataType. */
186
@property(nonatomic, readonly) GPBDataType mapKeyDataType;
187
/** Whether the field is packable. */
188
@property(nonatomic, readonly, getter=isPackable) BOOL packable;
0 commit comments