From 6bc98157050fb68af83a2e7520e0403e310a987a Mon Sep 17 00:00:00 2001 From: Chris Grieger Date: Fri, 5 Dec 2014 14:35:25 +0100 Subject: [PATCH] =doc fix typo --- akka-docs/rst/scala/actors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/actors.rst b/akka-docs/rst/scala/actors.rst index 496258040e..282fbb29f1 100644 --- a/akka-docs/rst/scala/actors.rst +++ b/akka-docs/rst/scala/actors.rst @@ -190,7 +190,7 @@ The Inbox --------- When writing code outside of actors which shall communicate with actors, the -``ask`` pattern can be a solution (see below), but there are two thing it +``ask`` pattern can be a solution (see below), but there are two things it cannot do: receiving multiple replies (e.g. by subscribing an :class:`ActorRef` to a notification service) and watching other actors’ lifecycle. For these purposes there is the :class:`Inbox` class: