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:
commit
a9e7281a5f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue