Skip to content

Commit e153472

Browse files
authored
Fix typo in comment (flutter#85938)
1 parent b25f48b commit e153472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/editable_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
22812281

22822282
@pragma('vm:notify-debugger-on-exception')
22832283
void _formatAndSetValue(TextEditingValue value, SelectionChangedCause? cause, {bool userInteraction = false}) {
2284-
// Only apply input formatters if the text has changed (including uncommited
2284+
// Only apply input formatters if the text has changed (including uncommitted
22852285
// text in the composing region), or when the user committed the composing
22862286
// text.
22872287
// Gboard is very persistent in restoring the composing region. Applying

0 commit comments

Comments
 (0)