Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1b73784

Browse files
authored
fix param (#16694)
1 parent ab454ea commit 1b73784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ typedef enum {
311311
* @param factory The view factory that will be registered.
312312
* @param factoryId A unique identifier for the factory, the Dart code of the Flutter app can use
313313
* this identifier to request creation of a `UIView` by the registered factory.
314-
* @param gestureBlockingPolicy How UIGestureRecognizers on the platform views are
314+
* @param gestureRecognizersBlockingPolicy How UIGestureRecognizers on the platform views are
315315
* blocked.
316316
*
317317
*/

0 commit comments

Comments
 (0)