=doc Fix typos in FlowDocTest & FlowDocSpec
This commit is contained in:
parent
31e96ac90b
commit
ce75948984
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue