Skip to content

Commit 7ee720b

Browse files
committed
Use verb fragment, per API reference style
1 parent 84a4a84 commit 7ee720b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/TaskGroup.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ public struct TaskGroup<ChildTaskResult: Sendable> {
331331
self._group = group
332332
}
333333

334-
/// Wait for the next child task to complete,
335-
/// and return the value it returned.
334+
/// Waits for the next child task to complete,
335+
/// and returns the value it returned.
336336
///
337337
/// The values returned by successive calls to this method
338338
/// appear in the order that the tasks *completed*,

0 commit comments

Comments
 (0)