=doc fix typo: form -> from

Ports #17074 to the right branch
This commit is contained in:
Jun 2015-03-25 23:52:51 +09:00 committed by Konrad Malawski
parent dd4b9986bc
commit a9a7a799fc

View file

@ -98,7 +98,7 @@ class FlowDocSpec extends AkkaSpec {
// Create a source from an Iterable // Create a source from an Iterable
Source(List(1, 2, 3)) Source(List(1, 2, 3))
// Create a source form a Future // Create a source from a Future
Source(Future.successful("Hello Streams!")) Source(Future.successful("Hello Streams!"))
// Create a source from a single element // Create a source from a single element