diff --git a/akka-docs/rst/scala/testing.rst b/akka-docs/rst/scala/testing.rst index 090fe0e6c7..71fed1ac7b 100644 --- a/akka-docs/rst/scala/testing.rst +++ b/akka-docs/rst/scala/testing.rst @@ -748,7 +748,6 @@ options: .. includecode:: code/docs/testkit/TestkitDocSpec.scala#logging-receive -. If the aforementioned setting is not given in the :ref:`configuration`, this method will pass through the given :class:`Receive` function unmodified, meaning that there is no runtime cost unless actually enabled.