From b706dbcbd3018ab00dd8f9206cb02677fe35a68f Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 6 Dec 2019 16:42:48 +0100 Subject: [PATCH] [doc] add `the` for a better flow (#28319) --- akka-docs/src/main/paradox/typed/persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/persistence.md b/akka-docs/src/main/paradox/typed/persistence.md index bf6d9837bb..6faf3bcfbb 100644 --- a/akka-docs/src/main/paradox/typed/persistence.md +++ b/akka-docs/src/main/paradox/typed/persistence.md @@ -306,7 +306,7 @@ Java ## Changing Behavior After processing a message, actors are able to return the `Behavior` that is used -for next message. +for the next message. As you can see in the above examples this is not supported by persistent actors. Instead, the state is returned by `eventHandler`. The reason a new behavior can't be returned is that behavior is part of the actor's