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: