Skip to content

Commit fcb1be5

Browse files
committed
doc:update dco
1 parent c7d4729 commit fcb1be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goRedisson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (g *GoRedisson) GetReadWriteLock(key string) ReadWriteLock {
6363

6464
// GetMutex returns a Mutex named "key" which can be used to lock and unlock the resource "key".
6565
// A Mutex can be copied after first use, but most of the time it is advisable to keep instances of Lock.
66-
// the difference between Mutex and Lock is that Mutex can't be locked by the same thread twice.
66+
// the difference between Mutex and Lock is that Mutex can't be locked by any thread twice.
6767
func (g *GoRedisson) GetMutex(key string) Lock {
6868
return newGoRedissonMutex(key, g)
6969
}

0 commit comments

Comments
 (0)