diff --git a/example_test.go b/example_test.go index 62aa8cb5..28d14b65 100644 --- a/example_test.go +++ b/example_test.go @@ -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.