Fixed a typo

This commit is contained in:
Stevo Slavić 2014-04-16 16:15:15 +02:00
parent 2ff0f1d004
commit 8736fb16f9

View file

@ -78,7 +78,7 @@ As you can see from the example above the following pattern is used to find an a
akka.<protocol>://<actor system>@<hostname>:<port>/<actor path>
Once you obtained a selection to the actor you can interact with it they same way you would with a local actor, e.g.::
Once you obtained a selection to the actor you can interact with it in the same way you would with a local actor, e.g.::
selection ! "Pretty awesome feature"