=doc fix double 'the' in some docs (#21881)
This commit is contained in:
parent
6508e1175f
commit
aebfda540d
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue