Skip to content

Commit

Permalink
Fix typo in comment (#2972)
Browse files Browse the repository at this point in the history
Signed-off-by: deferdeter <deferdeter@outlook.com>
  • Loading branch information
deferdeter committed Apr 16, 2024
1 parent f7f34fe commit 9f1522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Expand Up @@ -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.
Expand Down

0 comments on commit 9f1522a

Please sign in to comment.