Skip to content

Commit

Permalink
Merge pull request #32 from lonre/patch-1
Browse files Browse the repository at this point in the history
Polish docs
  • Loading branch information
alitto committed Aug 22, 2022
2 parents 7a99f85 + 35de043 commit d01340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.go
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 d01340a

Please sign in to comment.