Skip to content

Commit 223379f

Browse files
committed
review comment
1 parent a702c9a commit 223379f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dialoptions.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ func WithResolvers(rs ...resolver.Builder) DialOption {
681681
// channel will exit idle mode when the Connect() method is called or when an
682682
// RPC is initiated.
683683
//
684-
// A default timeout of 30 min will be used if this dial option is not set at
685-
// dial time and idleness can be disabled by passing a timeout of zero.
684+
// A default timeout of 30 minutes will be used if this dial option is not set
685+
// at dial time and idleness can be disabled by passing a timeout of zero.
686686
//
687687
// # Experimental
688688
//

0 commit comments

Comments
 (0)