diff --git a/akka-docs/rst/general/remoting.rst b/akka-docs/rst/general/remoting.rst index 636427fb5f..cf57633cf4 100644 --- a/akka-docs/rst/general/remoting.rst +++ b/akka-docs/rst/general/remoting.rst @@ -18,8 +18,8 @@ available equally when running within a single JVM or on a cluster of hundreds of machines. The key for enabling this is to go from remote to local by way of optimization instead of trying to go from local to remote by way of generalization. See `this classic paper -`_ for a detailed -discussion on why the second approach is bound to fail. +`_ +for a detailed discussion on why the second approach is bound to fail. Ways in which Transparency is Broken ------------------------------------ diff --git a/akka-docs/rst/java/typed-actors.rst b/akka-docs/rst/java/typed-actors.rst index 1324e44248..501f5e070b 100644 --- a/akka-docs/rst/java/typed-actors.rst +++ b/akka-docs/rst/java/typed-actors.rst @@ -27,10 +27,10 @@ blog post `_. A bit more background: TypedActors can very easily be abused as RPC, and that is an abstraction which is `well-known -`_ to be leaky. Hence -TypedActors are not what we think of first when we talk about making highly -scalable concurrent software easier to write correctly. They have their niche, -use them sparingly. +`_ +to be leaky. Hence TypedActors are not what we think of first when we talk +about making highly scalable concurrent software easier to write correctly. +They have their niche, use them sparingly. The tools of the trade ---------------------- diff --git a/akka-docs/rst/scala/typed-actors.rst b/akka-docs/rst/scala/typed-actors.rst index d6fbc8fb30..f930e153be 100644 --- a/akka-docs/rst/scala/typed-actors.rst +++ b/akka-docs/rst/scala/typed-actors.rst @@ -30,10 +30,10 @@ blog post `_. A bit more background: TypedActors can very easily be abused as RPC, and that is an abstraction which is `well-known -`_ to be leaky. Hence -TypedActors are not what we think of first when we talk about making highly -scalable concurrent software easier to write correctly. They have their niche, -use them sparingly. +`_ +to be leaky. Hence TypedActors are not what we think of first when we talk +about making highly scalable concurrent software easier to write correctly. +They have their niche, use them sparingly. The tools of the trade ----------------------