Skip to content

Commit

Permalink
cleanup(doc): fix typo (#14820)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiy0006 authored Nov 4, 2024
1 parent 65c78b2 commit 7353e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigtable/doc/override-retry-policies.dox
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ matches the name of the client it is intended for. For example,
In the case of data operations, only mutations need to be considered.
The [`Table`] class uses [`IdempotentMutationPolicy`]. Mutations that use
server-assigned timestamps are not considered idempotent by default. Mutations
that use client-assigned timestamps are idempontent by default.
that use client-assigned timestamps are idempotent by default.

@see google::cloud::bigtable::IdempotentMutationPolicy
@see google::cloud::bigtable::IdempotentMutationPolicyOption
Expand Down

0 comments on commit 7353e6e

Please sign in to comment.