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

Commit c7b30d9

Browse files
committed
Fix case issue
1 parent 5655ad6 commit c7b30d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ui/platform_dispatcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class PlatformDispatcher {
182182
///
183183
/// While the properties on the referenced [FlutterView] may change,
184184
/// the reference itself is guaranteed to never change over the lifetime
185-
/// of the application: If this property is null at startup, it will remain
185+
/// of the application: if this property is null at startup, it will remain
186186
/// so throughout the entire lifetime of the application. If it points to a
187187
/// specific [FlutterView], it will continue to point to the same view until
188188
/// the application is shut down (although the engine may replace or remove

lib/web_ui/lib/src/engine/platform_dispatcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class EnginePlatformDispatcher extends ui.PlatformDispatcher {
162162
///
163163
/// While the properties on the referenced [FlutterView] may change,
164164
/// the reference itself is guaranteed to never change over the lifetime
165-
/// of the application: If this property is null at startup, it will remain
165+
/// of the application: if this property is null at startup, it will remain
166166
/// so throughout the entire lifetime of the application. If it points to a
167167
/// specific [FlutterView], it will continue to point to the same view until
168168
/// the application is shut down (although the engine may replace or remove

0 commit comments

Comments
 (0)