Fix typo in comment (#2972)

Signed-off-by: deferdeter <deferdeter@outlook.com>
This commit is contained in:
deferdeter 2024-04-17 00:02:39 +08:00 committed by GitHub
parent f7f34feddf
commit 9f1522a91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ func ExampleClient_Watch() {
return err return err
} }
// Actual opperation (local in optimistic lock). // Actual operation (local in optimistic lock).
n++ n++
// Operation is committed only if the watched keys remain unchanged. // Operation is committed only if the watched keys remain unchanged.