docs: fix duplicated-word typos in docs and code comments#1350
Closed
durvesh1992 wants to merge 1 commit into
Closed
docs: fix duplicated-word typos in docs and code comments#1350durvesh1992 wants to merge 1 commit into
durvesh1992 wants to merge 1 commit into
Conversation
Removes accidental duplicated words ('the the', 'use use', 'when when',
'of of', etc.) found across user-facing docs and code/doc comments.
Comment- and docs-only changes; no behavior change.
Contributor
|
This pull request has been imported. If you are a Meta employee, you can view this in D110087294. (Because this pull request was imported automatically, there will not be any future comments.) |
scottcao
approved these changes
Jun 29, 2026
scottcao
left a comment
Contributor
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Contributor
|
This pull request has been merged in 85644f1. |
meta-codesync Bot
pushed a commit
to facebook/starlark-rust
that referenced
this pull request
Jun 29, 2026
Summary:
Fixes accidental duplicated words ("the the", "use use", "when when", "of of", etc.) across user-facing documentation and code/doc comments. These are comment- and docs-only edits with no behavior change, so they are safe and self-contained.
## Changes (before → after)
| File | Before | After |
|------|--------|-------|
| `docs/users/advanced/deferred_materialization.md` | this **was was** observed | this **was** observed |
| `docs/bxl/how_tos/basic_how_tos.md` | you can **use use** | you can **use** |
| `app/buck2_data/data.proto` | Unset if **the the** command | Unset if **the** command |
| `app/buck2_test/src/command.rs` | in **the the** target | in **the** target |
| `app/buck2_execute_local/src/lib.rs` | Unify **the the** behavior | Unify **the** behavior |
| `app/buck2_core/src/configuration/constraints.rs` | **when when** we migrated | **when** we migrated |
| `app/buck2_core/src/fs/project.rs` | we need **to to** resolve | we need **to** resolve |
| `app/buck2_server/src/daemon/disk_state.rs` | we need **and and** insert | we need **and** insert |
| `app/buck2_execute/src/execute/output.rs` | outputs we **have have** | outputs we **have** |
| `app/buck2_event_observer/src/what_ran.rs` | **type of of** actions | **type of** actions |
| `app/buck2_client/src/commands/bxl.rs` | log **is is** compatible | log **is** compatible |
| `app/buck2_client/src/commands/query/uquery.rs` | log **this this** way | log **this** way |
| `app/buck2_node/src/nodes/frontend.rs` | part of **the the** interpreter / for **the the** label's | part of **the** interpreter / for **the** label's |
| `app/buck2_server_commands/src/build/result_report.rs` | reporting **the the** results | reporting **the** results |
| `app/buck2_build_api/src/build/build_report.rs` | reporting **the the** results | reporting **the** results |
| `remote_execution/oss/re_grpc/src/client.rs` | from **the the** Remote Execution | from **the** Remote Execution |
| `starlark-rust/starlark_lsp/src/definition.rs` | up to **the the** top level | up to **the** top level |
| `starlark-rust/starlark_lsp/src/server.rs` | is **the the** file | is **the** file |
| `starlark-rust/starlark/src/collections.rs` | **and and** index | **and** index |
| `starlark-rust/starlark/src/values/types/any_array.rs` | drops **in in** destructor | drops **in** destructor |
| `starlark-rust/starlark/src/values/layout/vtable.rs` | equal **to to** the start | equal **to** the start |
| `dice/dice/src/ctx.rs` | result **of of** the given | result **of** the given |
| `dice/dice/src/impls/ctx.rs` | result **of of** the given | result **of** the given |
| `integrations/rust-project/src/buck.rs` | used **with with** buck | used **with** buck |
## Notes
- Vendored / `generated` files (e.g. the Bazel Remote Execution proto, `testcases/parse/rust.star`) and grammatically-valid repeats (e.g. "that that's the case", "and/or") were intentionally left untouched.
X-link: facebook/buck2#1350
Reviewed By: scottcao
Differential Revision: D110087294
fbshipit-source-id: beee4c1d75d8cca00b9273448b1a8ed60339a5e2
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
Fixes accidental duplicated words ("the the", "use use", "when when", "of of", etc.) across user-facing documentation and code/doc comments. These are comment- and docs-only edits with no behavior change, so they are safe and self-contained.
Changes (before → after)
docs/users/advanced/deferred_materialization.mddocs/bxl/how_tos/basic_how_tos.mdapp/buck2_data/data.protoapp/buck2_test/src/command.rsapp/buck2_execute_local/src/lib.rsapp/buck2_core/src/configuration/constraints.rsapp/buck2_core/src/fs/project.rsapp/buck2_server/src/daemon/disk_state.rsapp/buck2_execute/src/execute/output.rsapp/buck2_event_observer/src/what_ran.rsapp/buck2_client/src/commands/bxl.rsapp/buck2_client/src/commands/query/uquery.rsapp/buck2_node/src/nodes/frontend.rsapp/buck2_server_commands/src/build/result_report.rsapp/buck2_build_api/src/build/build_report.rsremote_execution/oss/re_grpc/src/client.rsstarlark-rust/starlark_lsp/src/definition.rsstarlark-rust/starlark_lsp/src/server.rsstarlark-rust/starlark/src/collections.rsstarlark-rust/starlark/src/values/types/any_array.rsstarlark-rust/starlark/src/values/layout/vtable.rsdice/dice/src/ctx.rsdice/dice/src/impls/ctx.rsintegrations/rust-project/src/buck.rsNotes
@generatedfiles (e.g. the Bazel Remote Execution proto,testcases/parse/rust.star) and grammatically-valid repeats (e.g. "that that's the case", "and/or") were intentionally left untouched.