Skip to content

Commit f8f107f

Browse files
kylerobsonKyle Robson
andauthored
<rdar://165142180> fix immediate Task docs (#85626)
Co-authored-by: Kyle Robson <[email protected]>
1 parent 5e952e9 commit f8f107f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/Concurrency/Task+immediate.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ import Swift
5656
extension Task where Failure == ${FAILURE_TYPE} {
5757

5858
% if IS_DETACHED:
59-
/// Create and immediately start running a new task in the context of the calling thread/task.
60-
% else:
6159
/// Create and immediately start running a new detached task in the context of the calling thread/task.
60+
% else:
61+
/// Create and immediately start running a new task in the context of the calling thread/task.
6262
% end # IS_DETACHED
6363
///
6464
/// This function _starts_ the created task on the calling context.

0 commit comments

Comments
 (0)