Skip to content

Commit ce6005d

Browse files
committed
[Concurrency] fix grammatically incorrect phrase
1 parent 15c0ce3 commit ce6005d

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)