Skip to content

Commit 8a14946

Browse files
xieyuschengopherbot
authored andcommitted
errgroup: remove duplicated comment
Change-Id: I5cdcc5034ccd87b939a406693e97485553ab60fa Reviewed-on: https://go-review.googlesource.com/c/sync/+/676715 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent 1869c69 commit 8a14946

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎errgroup/errgroup.go‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ func (g *Group) Wait() error {
7676
}
7777

7878
// Go calls the given function in a new goroutine.
79-
// The first call to Go must happen before a Wait.
80-
// It blocks until the new goroutine can be added without the number of
81-
// active goroutines in the group exceeding the configured limit.
8279
//
80+
// The first call to Go must happen before a Wait.
8381
// It blocks until the new goroutine can be added without the number of
8482
// goroutines in the group exceeding the configured limit.
8583
//

0 commit comments

Comments
 (0)