Merge pull request #15939 from jasonqu/patch-1

=doc #15939 update typo in addressing.rst
This commit is contained in:
Konrad Malawski 2014-10-21 12:22:09 +02:00
commit 33ad662158

View file

@ -118,7 +118,7 @@ actors in the hierarchy from the root up. Examples are::
Here, ``akka.tcp`` is the default remote transport for the 2.2 release; other transports Here, ``akka.tcp`` is the default remote transport for the 2.2 release; other transports
are pluggable. A remote host using UDP would be accessible by using ``akka.udp``. are pluggable. A remote host using UDP would be accessible by using ``akka.udp``.
The interpretation of the host and port part (i.e.``serv.example.com:5678`` in the example) The interpretation of the host and port part (i.e.``host.example.com:5678`` in the example)
depends on the transport mechanism used, but it must abide by the URI structural rules. depends on the transport mechanism used, but it must abide by the URI structural rules.
Logical Actor Paths Logical Actor Paths