=doc Improve formatting in scala actors.rst
This commit is contained in:
parent
2a8d1c4727
commit
c314f99481
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ The name parameter is optional, but you should preferably name your actors,
|
||||||
since that is used in log messages and for identifying actors. The name must
|
since that is used in log messages and for identifying actors. The name must
|
||||||
not be empty or start with ``$``, but it may contain URL encoded characters
|
not be empty or start with ``$``, but it may contain URL encoded characters
|
||||||
(eg. ``%20`` for a blank space). If the given name is already in use by
|
(eg. ``%20`` for a blank space). If the given name is already in use by
|
||||||
another child to the same parent an `InvalidActorNameException` is thrown.
|
another child to the same parent an :class:`InvalidActorNameException` is thrown.
|
||||||
|
|
||||||
Actors are automatically started asynchronously when created.
|
Actors are automatically started asynchronously when created.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue