Fix typo (#27187)
This commit is contained in:
parent
eab2b96bd7
commit
a09d7e27be
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ Java
|
|||
### Delete
|
||||
|
||||
A data entry can be deleted by sending a `Replicator.Delete` message to the local
|
||||
local `Replicator`. As reply of the `Delete` a `Replicator.DeleteSuccess` is sent to
|
||||
`Replicator`. As reply of the `Delete` a `Replicator.DeleteSuccess` is sent to
|
||||
the sender of the `Delete` if the value was successfully deleted according to the supplied
|
||||
consistency level within the supplied timeout. Otherwise a `Replicator.ReplicationDeleteFailure`
|
||||
is sent. Note that `ReplicationDeleteFailure` does not mean that the delete completely failed or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue