From ab59b845f2245134202862451f703a95f1375dc6 Mon Sep 17 00:00:00 2001 From: 1ambda <1amb4a@gmail.com> Date: Thu, 17 Sep 2015 23:50:59 +0900 Subject: [PATCH] =doc fix typo: invalid inline literal syntax in addressing.rst --- akka-docs/rst/general/addressing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/general/addressing.rst b/akka-docs/rst/general/addressing.rst index c2a2e0374d..98e52b18d7 100644 --- a/akka-docs/rst/general/addressing.rst +++ b/akka-docs/rst/general/addressing.rst @@ -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