Update akka-docs/rst/general/actor-systems.rst

Replace "with respect fault-handling" with "with respect to fault-handling".
This commit is contained in:
Derek Mahar 2013-01-18 12:11:05 -05:00
parent 564ba01434
commit 3d662f94a0

View file

@ -107,7 +107,7 @@ Actor Best Practices
#. Top-level actors are the innermost part of your Error Kernel, so create them #. Top-level actors are the innermost part of your Error Kernel, so create them
sparingly and prefer truly hierarchical systems. This has benefits with sparingly and prefer truly hierarchical systems. This has benefits with
respect fault-handling (both considering the granularity of configuration respect to fault-handling (both considering the granularity of configuration
and the performance) and it also reduces the strain on the guardian actor, and the performance) and it also reduces the strain on the guardian actor,
which is a single point of contention if over-used. which is a single point of contention if over-used.