From 9cccb25499547ac936ae9f87d3650d18dafc3610 Mon Sep 17 00:00:00 2001 From: Matthias Sperl Date: Fri, 24 Apr 2015 23:47:17 +0200 Subject: [PATCH] =doc fix typo in stream io --- akka-docs-dev/rst/scala/stream-io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs-dev/rst/scala/stream-io.rst b/akka-docs-dev/rst/scala/stream-io.rst index 3328625e0e..83023ef1ff 100644 --- a/akka-docs-dev/rst/scala/stream-io.rst +++ b/akka-docs-dev/rst/scala/stream-io.rst @@ -123,7 +123,7 @@ or for a specific stage by spefifying a custom Dispatcher in code, like this: .. includecode:: code/docs/stream/io/StreamFileDocSpec.scala#custom-dispatcher-code If you would like to keep all sink and source factories defined on the :class:`Source` and :class:`Sink` objects -instead of using the separate objects contained in ``akka.strea.io`` to create these you can import an *implicit +instead of using the separate objects contained in ``akka.stream.io`` to create these you can import an *implicit coversion* that makes these operations available as shown below: .. includecode:: code/docs/stream/io/StreamFileDocSpec.scala#source-sink-implicits