From e4fa1035770104a74ad27d8469ccdeffa093bd95 Mon Sep 17 00:00:00 2001 From: Stephen Nancekivell Date: Sun, 31 May 2015 08:52:21 +1000 Subject: [PATCH] Fix code formatting. --- akka-docs/rst/scala/cluster-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/cluster-usage.rst b/akka-docs/rst/scala/cluster-usage.rst index 1b550e3a0b..234184767e 100644 --- a/akka-docs/rst/scala/cluster-usage.rst +++ b/akka-docs/rst/scala/cluster-usage.rst @@ -98,7 +98,7 @@ supposed to be the first seed node, and that should be placed first in parameter Unsuccessful attempts to contact seed nodes are automatically retried after the time period defined in configuration property ``seed-node-timeout``. Unsuccessful attempt to join a specific seed node is -automatically retried after the configured ``retry-unsuccessful-join-after`. Retrying means that it +automatically retried after the configured ``retry-unsuccessful-join-after``. Retrying means that it tries to contact all seed nodes and then joins the node that answers first. The first node in the list of seed nodes will join itself if it cannot contact any of the other seed nodes within the configured ``seed-node-timeout``.