From 1be8cd8b2d57175d2ef3572dd9fb129d25fb0f5b Mon Sep 17 00:00:00 2001 From: Wu Zhong Date: Wed, 18 Mar 2020 12:38:53 +0800 Subject: [PATCH] Fixes comments typo in FlutterPlatformViews (flutter/engine#17094) --- .../darwin/ios/framework/Headers/FlutterPlatformViews.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h b/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h index 72086dec13a..ba22e62b333 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h +++ b/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlatformViews.h @@ -31,7 +31,7 @@ FLUTTER_EXPORT * * The implementation of this method should create a new `UIView` and return it. * - * @param frame The rectangle for the newly created `UIView` measued in points. + * @param frame The rectangle for the newly created `UIView` measured in points. * @param viewId A unique identifier for this `UIView`. * @param args Parameters for creating the `UIView` sent from the Dart side of the Flutter app. * If `createArgsCodec` is not implemented, or if no creation arguments were sent from the Dart