From cb8bcdac0a151963bf35f2b79ba6e13ec096da61 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 2 Oct 2015 22:23:17 +0300 Subject: [PATCH] Remove extra dot --- akka-docs/rst/scala/testing.rst | 1 - 1 file changed, 1 deletion(-) 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.