Skip to content

Commit

Permalink
Fix the doc comment on Single
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 6, 2024
1 parent 7cdd5c2 commit 46f2412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package taskgroup

// A single manages a single background goroutine. The task is started when the
// A Single manages a single background goroutine. The task is started when the
// value is first created, and the caller can use the Wait method to block
// until it has exited.
type Single[T any] struct {
Expand Down

0 comments on commit 46f2412

Please sign in to comment.