Skip to content

Commit 0138bc1

Browse files
merge
2 parents fc8c05a + 857fbcc commit 0138bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentinel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (c *SentinelClient) Monitor(name, ip, port, quorum string) *StringCmd {
238238
}
239239

240240
// Set is used in order to change configuration parameters of a specific master.
241-
// Multiple option / value pairs can be specified (or none at all). All the
241+
// Multiple option / value pairs can be specified (or none at all). All the
242242
// configuration parameters that can be configured via sentinel.conf are also
243243
// configurable using the SET command.
244244
func (c *SentinelClient) Set(name, option, value string) *StringCmd {

0 commit comments

Comments
 (0)