Merge pull request #18310 from ktoso/wip-simple-typo-docs-ktoso

=doc fix typo: scaladoc syntax used instead of rst syntax
This commit is contained in:
Konrad Malawski 2015-08-31 19:33:07 +02:00
commit a9e7281a5f
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ supplied ``Props``. ``ClusterSingletonManager`` makes sure that at most one sing
is running at any point in time.
The singleton actor is always running on the oldest member with specified role.
The oldest member is determined by [[akka.cluster.Member#isOlderThan]].
The oldest member is determined by ``akka.cluster.Member#isOlderThan``.
This can change when removing that member from the cluster. Be aware that there is a short time
period when there is no active singleton during the hand-over process.

View file

@ -28,7 +28,7 @@ supplied ``Props``. ``ClusterSingletonManager`` makes sure that at most one sing
is running at any point in time.
The singleton actor is always running on the oldest member with specified role.
The oldest member is determined by [[akka.cluster.Member#isOlderThan]].
The oldest member is determined by ``akka.cluster.Member#isOlderThan``.
This can change when removing that member from the cluster. Be aware that there is a short time
period when there is no active singleton during the hand-over process.