aboutsummaryrefslogtreecommitdiff
path: root/objectivec/GPBExtensionRegistry.h
diff options
context:
space:
mode:
authorSergio Campamá <kaipi@google.com>2016-08-12 11:44:03 -0700
committerThomas Van Lenten <thomasvl@google.com>2016-08-12 14:44:03 -0400
commita2484208c3291ea522a891114d2821829bd09083 (patch)
tree02d7a7b2711896de51ef0c414b6ab240b9598267 /objectivec/GPBExtensionRegistry.h
parentcd561dddc9a0e6d9ea5f355148505de4bd62dabc (diff)
downloadprotobuf-a2484208c3291ea522a891114d2821829bd09083.tar.gz
protobuf-a2484208c3291ea522a891114d2821829bd09083.tar.bz2
protobuf-a2484208c3291ea522a891114d2821829bd09083.zip
Fixes extra whitespace on generated comments. (#1950)
Fixes extra whitespace on generated comments.
Diffstat (limited to 'objectivec/GPBExtensionRegistry.h')
-rw-r--r--objectivec/GPBExtensionRegistry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/GPBExtensionRegistry.h b/objectivec/GPBExtensionRegistry.h
index b395db17..d79632d2 100644
--- a/objectivec/GPBExtensionRegistry.h
+++ b/objectivec/GPBExtensionRegistry.h
@@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN
* @param descriptor The descriptor to look for a registered extension on.
* @param fieldNumber The field number of the extension to look for.
*
- * @return The registered GPBExtensionDescripto or nil if none was found.
+ * @return The registered GPBExtensionDescriptor or nil if none was found.
**/
- (nullable GPBExtensionDescriptor *)extensionForDescriptor:(GPBDescriptor *)descriptor
fieldNumber:(NSInteger)fieldNumber;