=doc Improve formatting in scala actors.rst

This commit is contained in:
Stanislav Savulchik 2014-08-22 16:51:18 +07:00
parent 2a8d1c4727
commit c314f99481

View file

@ -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
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
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.