Skip to content

Commit 9f1522a

Browse files
author
deferdeter
authored
Fix typo in comment (redis#2972)
Signed-off-by: deferdeter <[email protected]>
1 parent f7f34fe commit 9f1522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ func ExampleClient_Watch() {
482482
return err
483483
}
484484

485-
// Actual opperation (local in optimistic lock).
485+
// Actual operation (local in optimistic lock).
486486
n++
487487

488488
// Operation is committed only if the watched keys remain unchanged.

0 commit comments

Comments
 (0)