Skip to content

Commit 65a30d2

Browse files
authored
Merge pull request #59270 from Jager-yoo/fix-grammatical-incorrection
[Concurrency] fix grammatically incorrect phrase in TaskGroup.swift
2 parents 7a11b43 + ce6005d commit 65a30d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskGroup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public struct ThrowingTaskGroup<ChildTaskResult: Sendable, Failure: Error> {
574574
/// return collected
575575
///
576576
/// Awaiting on an empty group
577-
/// immediate returns `nil` without suspending.
577+
/// immediately returns `nil` without suspending.
578578
///
579579
/// You can also use a `for`-`await`-`in` loop to collect results of a task group:
580580
///

0 commit comments

Comments
 (0)