From f23586043b7459a401d120a279358612be5dcdee Mon Sep 17 00:00:00 2001 From: xster Date: Wed, 19 Feb 2020 15:06:06 -0800 Subject: [PATCH] fix param (#16694) --- 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. * */