From 122fdedd08ab507a2078c7045341ebc6f5318da5 Mon Sep 17 00:00:00 2001 From: Roland Kuhn Date: Thu, 28 May 2015 21:16:34 +0200 Subject: [PATCH] fix typo in cluster-usage.rst --- 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 57fb77d902..1b550e3a0b 100644 --- a/akka-docs/rst/scala/cluster-usage.rst +++ b/akka-docs/rst/scala/cluster-usage.rst @@ -275,7 +275,7 @@ before the leader changes member status of 'Joining' members to 'Up'. .. includecode:: ../../../akka-samples/akka-sample-cluster-scala/src/main/resources/factorial.conf#role-min-nr-of-members You can start the actors in a ``registerOnMemberUp`` callback, which will -be invoked when the current member status is changed to 'Up',i.e. the cluster +be invoked when the current member status is changed to 'Up', i.e. the cluster has at least the defined number of members. .. includecode:: ../../../akka-samples/akka-sample-cluster-scala/src/main/scala/sample/cluster/factorial/FactorialFrontend.scala#registerOnUp