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 ecdac2e commit e8d86e8Copy full SHA for e8d86e8
stdlib/public/Concurrency/DiscardingTaskGroup.swift
@@ -414,9 +414,9 @@ extension DiscardingTaskGroup: Sendable { }
414
/// }
415
/// ```
416
///
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
+/// Generally, this suits the typical use cases of a
+/// discarding task group well, however, if you want to prevent specific
+/// errors from canceling the group you can catch them inside the child
420
/// task's body like this:
421
422
0 commit comments