diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h index eb47ac67d32e5..4c056cdcd8a31 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h @@ -311,7 +311,7 @@ typedef enum { * @param factory The view factory that will be registered. * @param factoryId A unique identifier for the factory, the Dart code of the Flutter app can use * this identifier to request creation of a `UIView` by the registered factory. - * @param gestureBlockingPolicy How UIGestureRecognizers on the platform views are + * @param gestureRecognizersBlockingPolicy How UIGestureRecognizers on the platform views are * blocked. * */