We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a702c9a commit 223379fCopy full SHA for 223379f
dialoptions.go
@@ -681,8 +681,8 @@ func WithResolvers(rs ...resolver.Builder) DialOption {
681
// channel will exit idle mode when the Connect() method is called or when an
682
// RPC is initiated.
683
//
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.
+// A default timeout of 30 minutes will be used if this dial option is not set
+// at dial time and idleness can be disabled by passing a timeout of zero.
686
687
// # Experimental
688
0 commit comments