mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix typo in comment (#2972)
Signed-off-by: deferdeter <deferdeter@outlook.com>
This commit is contained in:
@ -482,7 +482,7 @@ func ExampleClient_Watch() {
|
||||
return err
|
||||
}
|
||||
|
||||
// Actual opperation (local in optimistic lock).
|
||||
// Actual operation (local in optimistic lock).
|
||||
n++
|
||||
|
||||
// Operation is committed only if the watched keys remain unchanged.
|
||||
|
Reference in New Issue
Block a user