Skip to content

Commit

Permalink
Update group.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lonre committed Aug 22, 2022
1 parent 7a99f85 commit 35de043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (g *TaskGroup) Wait() {
g.waitGroup.Wait()
}

// TaskGroup represents a group of related tasks associated to a context
// TaskGroupWithContext represents a group of related tasks associated to a context
type TaskGroupWithContext struct {
TaskGroup
ctx context.Context
Expand Down

0 comments on commit 35de043

Please sign in to comment.