Skip to content

Fix grammar typos in bounded.rs and park.rs#7817

Merged
Darksonn merged 1 commit intotokio-rs:masterfrom
Aman071106:fix/grammar-improvements
Jan 1, 2026
Merged

Fix grammar typos in bounded.rs and park.rs#7817
Darksonn merged 1 commit intotokio-rs:masterfrom
Aman071106:fix/grammar-improvements

Conversation

@Aman071106
Copy link
Contributor

PR Description

Motivation

While reading through the documentation and comments, I noticed a couple of minor grammar issues that affected clarity:

  • "awaits for" in tokio/src/sync/mpsc/bounded.rs (incorrect phrase)
  • "a unsafe" in tokio/src/runtime/park.rs (incorrect article before a vowel sound)

Solution

This PR corrects these typos to improve readability and maintain documentation quality:

  • Changed "awaits for""waits for"
  • Changed "a unsafe""an unsafe"

No functional or code-behavior changes were made-this is a documentation/comment-only cleanup.

@github-actions github-actions bot added the R-loom-sync Run loom sync tests on this PR label Jan 1, 2026
@Darksonn Darksonn added T-docs Topic: documentation A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime M-sync Module: tokio/sync labels Jan 1, 2026
Copy link
Member

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

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

Ok, thanks.

@Darksonn Darksonn merged commit bd3940c into tokio-rs:master Jan 1, 2026
93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants