From 441c49fe03ac9ad0137ffb52bc0000d039c9fb8c Mon Sep 17 00:00:00 2001 From: Stanislav Savulchik Date: Fri, 22 Aug 2014 22:32:01 +0700 Subject: [PATCH] =doc Improve formatting in faq.rst --- akka-docs/rst/additional/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/additional/faq.rst b/akka-docs/rst/additional/faq.rst index 33e5e0e69d..f20a3aa2d4 100644 --- a/akka-docs/rst/additional/faq.rst +++ b/akka-docs/rst/additional/faq.rst @@ -119,7 +119,7 @@ Observe all the parts you need here: * ``/user/my/actor/hierarchy/path`` is the absolute path of the remote actor in the remote system’s supervision hierarchy, including the system’s guardian (i.e. ``/user``, there are others e.g. ``/system`` which hosts loggers, ``/temp`` - which keeps temporary actor refs used with `ask()`, `/remote` which enables + which keeps temporary actor refs used with :meth:`ask`, ``/remote`` which enables remote deployment, etc.); this matches how the actor prints its own ``self`` reference on the remote host, e.g. in log output.