parent
dd4b9986bc
commit
a9a7a799fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue