From a9be6ea1d2007503bf2553c2cfdd0f9ae9e2ab81 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Mon, 30 Apr 2018 08:59:13 +0100 Subject: [PATCH] Remove erroneous in distributed data doc (#24999) --- akka-docs/src/main/paradox/distributed-data.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/akka-docs/src/main/paradox/distributed-data.md b/akka-docs/src/main/paradox/distributed-data.md index 27f063389e..0bb795a371 100644 --- a/akka-docs/src/main/paradox/distributed-data.md +++ b/akka-docs/src/main/paradox/distributed-data.md @@ -71,11 +71,8 @@ The `modify` function is called by the `Replicator` actor and must therefore be function that only uses the data parameter and stable fields from enclosing scope. It must for example not access the sender (@scala[`sender()`]@java[`getSender()`]) reference of an enclosing actor. -`Update` - is intended to only be sent from an actor running in same local -`ActorSystem` - as -: the `Replicator`, because the `modify` function is typically not serializable. +`Update` is intended to only be sent from an actor running in same local `ActorSystem` + as the `Replicator`, because the `modify` function is typically not serializable. You supply a write consistency level which has the following meaning: