We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a4a84 commit 7ee720bCopy full SHA for 7ee720b
stdlib/public/Concurrency/TaskGroup.swift
@@ -331,8 +331,8 @@ public struct TaskGroup<ChildTaskResult: Sendable> {
331
self._group = group
332
}
333
334
- /// Wait for the next child task to complete,
335
- /// and return the value it returned.
+ /// Waits for the next child task to complete,
+ /// and returns the value it returned.
336
///
337
/// The values returned by successive calls to this method
338
/// appear in the order that the tasks *completed*,
0 commit comments