Class name typo in the testing documentation

The section Watching ... from Probes references class TestKit where TestProbe should be used.
This commit is contained in:
MariusSeritan 2013-12-08 13:41:39 -08:00
parent 3fdf20dfc6
commit c255ec104a

View file

@ -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