From fb8579cd2bb2b6235d3ee6bc1be2644ff04085a8 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 18 Sep 2012 12:26:55 +0200 Subject: [PATCH] #2512 - Typo in docs --- akka-docs/general/addressing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/general/addressing.rst b/akka-docs/general/addressing.rst index c59fba3808..34c64d96cb 100644 --- a/akka-docs/general/addressing.rst +++ b/akka-docs/general/addressing.rst @@ -210,7 +210,7 @@ Querying the Logical Actor Hierarchy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since the actor system forms a file-system like hierarchy, matching on paths is -possible in the same was as supported by Unix shells: you may replace (parts +possible in the same way as supported by Unix shells: you may replace (parts of) path element names with wildcards (`«*»` and `«?»`) to formulate a selection which may match zero or more actual actors. Because the result is not a single actor reference, it has a different type :class:`ActorSelection` and