DOC: fixed minor path err

This commit is contained in:
Patrik Nordwall 2012-01-18 10:10:42 +01:00
parent a1e42f659c
commit 1b4983f865

View file

@ -97,8 +97,8 @@ Each actor path has an address component, describing the protocol and location
by which the corresponding actor is reachable, followed by the names of the by which the corresponding actor is reachable, followed by the names of the
actors in the hierarchy from the root up. Examples are:: actors in the hierarchy from the root up. Examples are::
"akka://my-system/app/service-a/worker1" // purely local "akka://my-system/user/service-a/worker1" // purely local
"akka://my-system@serv.example.com:5678/app/service-b" // local or remote "akka://my-system@serv.example.com:5678/user/service-b" // local or remote
"cluster://my-cluster/service-c" // clustered (Future Extension) "cluster://my-cluster/service-c" // clustered (Future Extension)
Here, ``akka`` is the default remote protocol for the 2.0 release, and others Here, ``akka`` is the default remote protocol for the 2.0 release, and others