Fix docs typo (#23548)

This commit is contained in:
Christopher Batey 2017-08-19 15:15:34 +01:00 committed by Arnout Engelen
parent 6f64ff5cba
commit bb106aa27e

View file

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