Skip to content

Commit e8d86e8

Browse files
committed
Minor adjustments for Apple style.
1 parent ecdac2e commit e8d86e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/Concurrency/DiscardingTaskGroup.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,9 @@ extension DiscardingTaskGroup: Sendable { }
414414
/// }
415415
/// ```
416416
///
417-
/// Generally, this suits the typical use-cases of a
418-
/// discarding task group well, however, if you wanted to prevent specific
419-
/// errors from cancelling the group one should catch them inside the child
417+
/// Generally, this suits the typical use cases of a
418+
/// discarding task group well, however, if you want to prevent specific
419+
/// errors from canceling the group you can catch them inside the child
420420
/// task's body like this:
421421
///
422422
/// ```

0 commit comments

Comments
 (0)