Skip to content

docs: fix doubled-word typos in comments#186320

Merged
auto-submit[bot] merged 1 commit into
flutter:masterfrom
Nicoreia:docs/fix-doubled-words-comments-followup
May 11, 2026
Merged

docs: fix doubled-word typos in comments#186320
auto-submit[bot] merged 1 commit into
flutter:masterfrom
Nicoreia:docs/fix-doubled-words-comments-followup

Conversation

@Nicoreia
Copy link
Copy Markdown
Contributor

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 handle
  • packages/flutter_tools/lib/src/ios/lldb.dart: dartdoc on _LLDBProcess[Process] that is is running LLDB -> [Process] that is running LLDB
  • packages/flutter_tools/test/host_cross_arch.shard/ios_content_validation_test.dart: This is is the default for CocoaPods -> This is the default for CocoaPods

Tests

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 read; no engineering doc rewrite needed (docs-only).
  • No Material or Cupertino source paths are modified, so the active code freeze is not impacted.
  • Authored by a human (Nicoreia) with AI tooling assistance, in line with Flutter's AI contribution policy: scope is small, mechanical, and reviewable; no generated logic.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene page and followed its process for submitting this PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.

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
@Nicoreia Nicoreia requested a review from a team as a code owner May 10, 2026 17:57
@github-actions github-actions Bot added a: text input Entering text in a text field or keyboard related problems platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels. framework flutter/packages/flutter repository. See also f: labels. team-ios Owned by iOS platform team labels May 10, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request corrects several typographical errors in the documentation and comments across the Flutter framework and tools, specifically removing redundant duplicate words such as "the" and "is". I have no feedback to provide.

@victorsanni victorsanni added CICD Run CI/CD autosubmit Merge PR when tree becomes green via auto submit App labels May 11, 2026
@auto-submit auto-submit Bot added this pull request to the merge queue May 11, 2026
Merged via the queue into flutter:master with commit 4613306 May 11, 2026
162 of 163 checks passed
@flutter-dashboard flutter-dashboard Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: text input Entering text in a text field or keyboard related problems CICD Run CI/CD framework flutter/packages/flutter repository. See also f: labels. platform-ios iOS applications specifically team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants