Update actors.md (#24920)

Typo
This commit is contained in:
Radhakrishnan K 2018-04-18 19:56:05 +05:30 committed by Christopher Batey
parent 577b38ce7b
commit 9a2d7a0838

View file

@ -74,7 +74,7 @@ protocol is bundled together with the behavior that implements it in a nicely
wrapped scope—the `HelloWorld` @scala[object]@java[class]. wrapped scope—the `HelloWorld` @scala[object]@java[class].
As Carl Hewitt said, one Actor is no Actor—it would be quite lonely with As Carl Hewitt said, one Actor is no Actor—it would be quite lonely with
nobody to talk to. We need another Actor that that interacts with the `greeter`. nobody to talk to. We need another Actor that interacts with the `greeter`.
Let's make a `bot` that receives the reply from the `greeter` and sends a number Let's make a `bot` that receives the reply from the `greeter` and sends a number
of additional greeting messages and collect the replies until a given max number of additional greeting messages and collect the replies until a given max number
of messages have been reached. of messages have been reached.