Skip to content

Commit 024bdfd

Browse files
authored
Update DiscardingTaskGroup.swift
Dear @amartini51 , I would like to correct the missing periods. However, I found you have the PR for that file. Have you ever mind to Co-Worker on swiftlang#75407 for correct this file? Thanks,
1 parent 6f1e3e1 commit 024bdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/DiscardingTaskGroup.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----------------------------------------------------------------------===//
1+
//===----------------------------------------------------------------------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//
@@ -713,7 +713,7 @@ public func _unsafeInheritExecutor_withThrowingDiscardingTaskGroup<GroupResult>(
713713
/// however a discarding group cannot poll child tasks for results and therefore assumes that child
714714
/// task throws are an indication of a group wide failure. In order to avoid such behavior,
715715
/// use a ``DiscardingTaskGroup`` instead of a throwing one, or catch specific errors in
716-
/// operations submitted using `addTask`
716+
/// operations submitted using `addTask`.
717717
///
718718
/// Since a `ThrowingDiscardingTaskGroup` is a structured concurrency primitive, cancellation is
719719
/// automatically propagated through all of its child-tasks (and their child

0 commit comments

Comments
 (0)