Skip to content

[Concurrency] fix documentation typos in TaskGroup.swift #82291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Changhyun-Kyle
Copy link
Contributor

Summary

This PR fixes small documentation issues in TaskGroup.swift:

  • Corrected a grammatical error:

    • "Awaiting on an empty group immediate returns nil""immediately returns nil"
    • This also maintains consistency with similar phrasing found on lines 367 and 654.
  • Fixed a markdown syntax typo:

    • "It`s guaranteed" → "It's guaranteed"
    • Using an apostrophe instead of a backtick is more appropriate in this context.

Motivation

Improves clarity and readability of developer-facing documentation comments. This is a non-functional change that does not affect compilation or behavior.

Affected File

  • stdlib / public / Concurrency / TaskGroup.swift

Notes

These corrections are minor but contribute to maintaining the quality and polish of the standard library documentation.

@Changhyun-Kyle Changhyun-Kyle requested a review from ktoso as a code owner June 17, 2025 09:30
@ktoso
Copy link
Contributor

ktoso commented Jun 17, 2025

Thank you for the fix up

@ktoso
Copy link
Contributor

ktoso commented Jun 17, 2025

@swift-ci please smoke test

@ktoso ktoso enabled auto-merge June 17, 2025 10:10
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.

2 participants