From a09d7e27beea3adc0b42b2b6a9795c06dc8fa4d9 Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Thu, 20 Jun 2019 05:57:37 -0700 Subject: [PATCH] Fix typo (#27187) --- akka-docs/src/main/paradox/distributed-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/distributed-data.md b/akka-docs/src/main/paradox/distributed-data.md index 121e3ace42..ade9a84d3c 100644 --- a/akka-docs/src/main/paradox/distributed-data.md +++ b/akka-docs/src/main/paradox/distributed-data.md @@ -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