Skip to content

Commit

Permalink
clarify typographic error in general/remoting.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Apr 3, 2012
1 parent 9901b81 commit 06d7f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-docs/general/remoting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ by multiplying actor sub-trees which support parallelization (think for example
a search engine processing different queries in parallel). The clones can then
be routed to in different fashions, e.g. round-robin. The only thing necessary
to achieve this is that the developer needs to declare a certain actor as
“withRouter”, the in its stead a router actor will be created which will spawn
“withRouter”, then—in its steada router actor will be created which will spawn
up a configurable number of children of the desired type and route to them in
the configured fashion. Once such a router has been declared, its configuration
can be freely overridden from the configuration file, including mixing it with
Expand Down

0 comments on commit 06d7f0a

Please sign in to comment.