Fix grammatical error (#28958)

This commit is contained in:
Hungai Amuhinda 2020-04-22 14:41:50 +03:00 committed by GitHub
parent 007aa0f710
commit 9682a81b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,8 +251,8 @@ Links to reference documentation:
## Stopping
Classic actors can be stopped with the `stop` method of `ActorContext` or `ActorSystem`. In Typed an actor is
stopping itself by returning `Behaviors.stopped`. There is also a `stop` method in the `ActorContext` but it
Classic actors can be stopped with the `stop` method of `ActorContext` or `ActorSystem`. In Typed an actor stops
itself by returning `Behaviors.stopped`. There is also a `stop` method in the `ActorContext` but it
can only be used for stopping direct child actors and not any arbitrary actor.
`PoisonPill` is not supported in Typed. Instead, if you need to request an actor to stop you should