=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

@ -576,7 +576,7 @@ Create the child using TestProbe
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``TestProbe`` 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.parent` to
This will cause any messages the child actor sends to `context.parent` to
end up in the test probe.
.. includecode:: code/docs/testkit/ParentChildSpec.scala#test-TestProbe-parent