From c255ec104a382e9c9389a3efe4884171e65fa0c9 Mon Sep 17 00:00:00 2001 From: MariusSeritan Date: Sun, 8 Dec 2013 13:41:39 -0800 Subject: [PATCH] Class name typo in the testing documentation The section Watching ... from Probes references class TestKit where TestProbe should be used. --- akka-docs/rst/scala/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/testing.rst b/akka-docs/rst/scala/testing.rst index db9eed5660..91241c1e24 100644 --- a/akka-docs/rst/scala/testing.rst +++ b/akka-docs/rst/scala/testing.rst @@ -466,7 +466,7 @@ above; just use the power! Watching Other Actors from Probes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -A :class:`TestKit` can register itself for DeathWatch of any other actor: +A :class:`TestProbe` can register itself for DeathWatch of any other actor: .. includecode:: code/docs/testkit/TestkitDocSpec.scala :include: test-probe-watch