docs: fix doubled-word typos in comments#186320
Merged
auto-submit[bot] merged 1 commit intoMay 11, 2026
Merged
Conversation
Removes accidentally repeated words (`"the the"`, `"is is"`) in dartdoc and inline comments across widgets and flutter_tools. Comment-only follow-up to flutter#186319; no semantic or behavior changes. Affected files: - packages/flutter/lib/src/widgets/text_selection.dart - packages/flutter_tools/lib/src/ios/lldb.dart - packages/flutter_tools/test/host_cross_arch.shard/ios_content_validation_test.dart
This was referenced May 10, 2026
hellohuanlin
approved these changes
May 10, 2026
victorsanni
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes accidentally repeated words ("the the", "is is") in dartdoc and inline comments across lutter and lutter_tools. Comment-only follow-up to #186319.
No code, public API, or behavior is touched. The fix is mechanical and was verified by re-grepping the modified files.
Changes
packages/flutter/lib/src/widgets/text_selection.dart:the the start handle->the start handle;the the end handle->the end handlepackages/flutter_tools/lib/src/ios/lldb.dart: dartdoc on_LLDBProcess—[Process] that is is running LLDB->[Process] that is running LLDBpackages/flutter_tools/test/host_cross_arch.shard/ios_content_validation_test.dart:This is is the default for CocoaPods->This is the default for CocoaPodsTests
No tests added. This is a comment-only change with no executable lines touched. Verified locally by grepping the touched files for residual
the the/is is/to to/ similar doubled tokens — none remain.Notes for maintainers
Pre-launch Checklist
///).