Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/swift/ABI/TaskStatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class ChildTaskStatusRecord : public TaskStatusRecord {

/// A status record which states that a task has a task group.
///
/// A record always is a specific `TaskGroupImpl`.
/// A record always is an instance of a `TaskGroupBase` subclass.
///
/// This record holds references to all the non-completed children of
/// the task group. It may also hold references to completed children
Expand Down