From 39cf9399c2ebb4b39c2b8df548e39f8659533161 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Mon, 25 Nov 2019 10:34:14 +0100 Subject: [PATCH] [doc] typo, add missing ` (#28234) --- .../src/main/paradox/project/migration-guide-2.5.x-2.6.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md b/akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md index 997b32df83..d52dec5829 100644 --- a/akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md +++ b/akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md @@ -644,7 +644,7 @@ made before finalizing the APIs. Compared to Akka 2.5.x the source incompatible parameter list. * `EventSourcedBehavior.withEnforcedReplies` signature changed. Command is not required to extend `ExpectingReply` anymore. `ExpectingReply` has therefore been removed. -* `ActorContext` is now a mandatory constructor parameter in `AbstractBehavior`. Create via `Behaviors.setup. +* `ActorContext` is now a mandatory constructor parameter in `AbstractBehavior`. Create via `Behaviors.setup`. The reason is to encourage right usage and detect mistakes like not creating a new instance (via `setup`) when the behavior is supervised and restarted. * `LoggingEventFilter` has been renamed to `LoggingTestKit` and its `intercept` method renamed to `assert`