Skip to content

chore: remove duplicate words in five comments#4175

Open
mvanhorn wants to merge 1 commit into
GraphiteEditor:masterfrom
mvanhorn:osc/fix-comment-dupes
Open

chore: remove duplicate words in five comments#4175
mvanhorn wants to merge 1 commit into
GraphiteEditor:masterfrom
mvanhorn:osc/fix-comment-dupes

Conversation

@mvanhorn
Copy link
Copy Markdown

Summary

All comment-only fixes.

File Line Fix
desktop/src/window/win/native_handle.rs 228 "Return 0 to to tell Windows" → "Return 0 to tell Windows"
node-graph/libraries/vector-types/src/vector/algorithms/spline.rs 24 "is the the second point" → "is the second point"
node-graph/libraries/vector-types/src/vector/algorithms/poisson_disk.rs 153 panic message "couldn't be be mapped" → "couldn't be mapped"
node-graph/libraries/rendering/src/renderer.rs 1800 "this is is achived" → "this is achieved" (also fixes "achived")
editor/src/messages/tool/common_functionality/shapes/shape_utility.rs 494, 523 "Check if the the cursor" → "Check if the cursor"

All comment-only fixes.

- desktop/src/window/win/native_handle.rs L228: "Return 0 to to tell Windows" -> "Return 0 to tell Windows"
- node-graph/libraries/vector-types/src/vector/algorithms/spline.rs L24: "is the the second point" -> "is the second point"
- node-graph/libraries/vector-types/src/vector/algorithms/poisson_disk.rs L153: panic message "couldn't be be mapped" -> "couldn't be mapped"
- node-graph/libraries/rendering/src/renderer.rs L1800: "this is is achived" -> "this is achieved" (also fixes "achived")
- editor/src/messages/tool/common_functionality/shapes/shape_utility.rs L494,523: "Check if the the cursor" -> "Check if the cursor"
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 minor typographical errors in comments across several files, specifically fixing duplicated words such as "to to", "the the", "is is", and "be be". No functional code changes were made, and there are no review comments to address.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 5 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant