Skip to content

Commit d5cee57

Browse files
Update pool/const.go
Co-authored-by: Alexander Tulchinskiy <[email protected]>
1 parent c87f25c commit d5cee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pool/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
type Role uint32
3333

3434
const (
35-
// UnknownRole - value when the connection pool was unable to detect the instance mode.
35+
// UnknownRole - the connection pool was unable to detect the instance mode.
3636
UnknownRole Role = iota // unknown
3737
// MasterRole - the instance is read-write mode.
3838
MasterRole // master

0 commit comments

Comments
 (0)