diff --git a/objectivec/GPBBootstrap.h b/objectivec/GPBBootstrap.h index 9ff0494375..1bd2275c17 100644 --- a/objectivec/GPBBootstrap.h +++ b/objectivec/GPBBootstrap.h @@ -67,7 +67,7 @@ * * @interface BarClass : NSObject * @property (nonatomic) enum Foo_Enum value; - * - (void)bazMethod:(enum Foo_Enum):value; + * - (void)bazMethod:(enum Foo_Enum)value; * @end * ``` **/