Skip to content

Commit 9db880d

Browse files
committed
fix comment of method
1 parent 704af94 commit 9db880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/balancergroup/balancergroup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (sbc *subBalancerWrapper) startBalancer() {
106106
}
107107
}
108108

109-
// exitIdle invokes the sub-balancer's ExitIdle method. Returns a boolean
109+
// exitIdle invokes the sub-balancer's ExitIdle method. Returns a true
110110
// indicating whether or not the operation was completed.
111111
func (sbc *subBalancerWrapper) exitIdle() (complete bool) {
112112
if b := sbc.balancer; b != nil {

0 commit comments

Comments
 (0)