Merge pull request #18508 from 1ambda/wip-fix-typo-addressing-docs-1ambda

=doc #18507 fix typo: invalid inline literal syntax in addressing.rst
This commit is contained in:
Konrad Malawski 2015-09-17 16:56:11 +02:00
commit 6f53c0f89b

View file

@ -113,7 +113,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
are pluggable. A remote host using UDP would be accessible by using ``akka.udp``.
The interpretation of the host and port part (i.e.``host.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.
Logical Actor Paths