From a22d115a2ff06524924b4e7cdb5cdef60074fc4e Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 20 Jan 2014 15:27:58 +0100 Subject: [PATCH] =doc cleanup formatting error in docs --- akka-docs/rst/scala/remoting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/akka-docs/rst/scala/remoting.rst b/akka-docs/rst/scala/remoting.rst index d637c40a53..f01b9c3275 100644 --- a/akka-docs/rst/scala/remoting.rst +++ b/akka-docs/rst/scala/remoting.rst @@ -160,11 +160,11 @@ Lifecycle and Failure Recovery Model ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. image:: ../images/association_lifecycle.png -:align: center + :align: center :width: 620 - Each link with a remote system can be in one of the four states as illustrated above. Before any communication - happens with a remote system at a given ``Address`` the state of the association is ``Idle``. The first time a message +Each link with link with a remote system can be in one of the four states as illustrated above. Before any communication +happens with a remote system at a given ``Address`` the state of the association is ``Idle``. The first time a message is attempted to be sent to the remote system or an inbound connection is accepted the state of the link transitions to ``Active`` denoting that the two systems has messages to send or receive and no failures were encountered so far. When a communication failure happens and the connection is lost between the two systems the link becomes ``Gated``.