Skip to content

Commit

Permalink
improve one word, see #2131
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed May 25, 2012
1 parent 8f86f9c commit a8d6fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion akka-docs/java/untyped-actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This way of creating the Actor is also great for integrating with Dependency Inj

You might be tempted at times to offer an ``UntypedActor`` factory which
always returns the same instance, e.g. by using a static field. This is not
supported, as it works against the meaning of an actor restart, which is
supported, as it goes against the meaning of an actor restart, which is
described here: :ref:`supervision-restart`.

UntypedActor API
Expand Down
2 changes: 1 addition & 1 deletion akka-docs/scala/actors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Here is an example:

You might be tempted at times to offer an ``Actor`` factory which always
returns the same instance, e.g. by using a ``lazy val`` or an
``object ... extends Actor``. This is not supported, as it works against the
``object ... extends Actor``. This is not supported, as it goes against the
meaning of an actor restart, which is described here:
:ref:`supervision-restart`.

Expand Down

0 comments on commit a8d6fd5

Please sign in to comment.