Merge pull request #19918 from savulchik/fix-typos

=doc Fix typos in FlowDocTest & FlowDocSpec
This commit is contained in:
Martynas Mickevičius 2016-03-02 15:06:52 +01:00
commit 1029f093bf
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ class FlowDocSpec extends AkkaSpec {
val r5: Promise[Option[Int]] = flow.to(sink).runWith(source)
val r6: (Promise[Option[Int]], Future[Int]) = flow.runWith(source, sink)
// Using more complext combinations
// Using more complex combinations
val r7: RunnableGraph[(Promise[Option[Int]], Cancellable)] =
source.viaMat(flow)(Keep.both).to(sink)