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

Commit 61b5589

Browse files
committed
Better style on comments
1 parent 8b1cd2c commit 61b5589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ - (BOOL)hasText {
621621
}
622622

623623
- (void)insertText:(NSString*)text {
624-
// We do not know the affinity here. Set to "" so that Flutter interprets it
624+
// The affinity is unknown here. Set to "" so that Flutter interprets it
625625
// as ambiguous and uses a fallback affinity.
626626
_selectionAffinity = "";
627627
[self replaceRange:_selectedTextRange withText:text];

0 commit comments

Comments
 (0)