From bb106aa27e079f78ed3ada295705d7e5e292af5b Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Sat, 19 Aug 2017 15:15:34 +0100 Subject: [PATCH] Fix docs typo (#23548) --- akka-docs/src/main/paradox/scala/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/scala/testing.md b/akka-docs/src/main/paradox/scala/testing.md index 9edd01352f..4b7dfc4d67 100644 --- a/akka-docs/src/main/paradox/scala/testing.md +++ b/akka-docs/src/main/paradox/scala/testing.md @@ -361,7 +361,7 @@ above; just use the power! @@@ warning -Any message send from a `TestProbe` to another actor which runs on the +Any message sent from a `TestProbe` to another actor which runs on the CallingThreadDispatcher runs the risk of dead-lock, if that other actor might also send to this probe. The implementation of `TestProbe.watch` and `TestProbe.unwatch` will also send a message to the watchee, which