=doc fix double 'the' in some docs (#21881)

This commit is contained in:
kenji yoshida 2016-11-22 10:14:37 +09:00 committed by Konrad Malawski
parent 6508e1175f
commit aebfda540d
7 changed files with 7 additions and 7 deletions

View file

@ -497,7 +497,7 @@ Create the child using JavaTestKit
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``JavaTestKit`` class can in fact create actors that will run with the test probe as parent.
This will cause any messages the the child actor sends to `context().getParent()` to
This will cause any messages the child actor sends to `context().getParent()` to
end up in the test probe.
.. includecode:: code/docs/testkit/ParentChildTest.java#test-TestProbe-parent