Fix syntax error in enum docs

PiperOrigin-RevId: 516195446
pull/12207/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent fe0a809d5e
commit 5ba8730342
  1. 2
      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
* ```
**/

Loading…
Cancel
Save