From 68b15ef664a03dbc3e1a42be10921a21a534fe6a Mon Sep 17 00:00:00 2001 From: Xiao Yu Date: Wed, 19 Feb 2020 13:59:19 -0800 Subject: [PATCH] fix param --- shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * */