mirror of
https://github.com/redis/go-redis.git
synced 2025-04-16 09:23:06 +03:00
Fix typo in comment (#2972)
Signed-off-by: deferdeter <deferdeter@outlook.com>
This commit is contained in:
parent
f7f34feddf
commit
9f1522a91e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user