Skip to content

Commit 44713e0

Browse files
Update pool/const.go
Co-authored-by: Alexander Tulchinskiy <38702085+DerekBum@users.noreply.github.com>
1 parent d5cee57 commit 44713e0

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
@@ -34,7 +34,7 @@ type Role uint32
3434
const (
3535
// UnknownRole - the connection pool was unable to detect the instance mode.
3636
UnknownRole Role = iota // unknown
37-
// MasterRole - the instance is read-write mode.
37+
// MasterRole - the instance is in read-write mode.
3838
MasterRole // master
3939
// ReplicaRole - the instance is in read-only mode.
4040
ReplicaRole // replica

0 commit comments

Comments
 (0)