Skip to content

Commit 44201fb

Browse files
author
Tim Middleton
authored
Minor doc and grpc proto update (#58)
* Minor doc and grpc proto update * Increase timeout for nslookup test
1 parent 4238261 commit 44201fb

File tree

3 files changed

+97
-53
lines changed

3 files changed

+97
-53
lines changed

coherence/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ func (s *Session) ensureConnection() error {
487487

488488
// waitForReady waits until the connection is ready up to the ready session timeout and will
489489
// return nil if the session was connected, otherwise an error is returned.
490-
// We intentionally do no use the gRPC WaitForReady as this can cause a race condition in the session
490+
// We intentionally do not use the gRPC WaitForReady as this can cause a race condition in the session
491491
// events code.
492492
func waitForReady(s *Session) error {
493493
var (

0 commit comments

Comments
 (0)