Minor typo in documentation. (#28687)

This commit is contained in:
Christophe De Troyer 2020-04-27 17:16:48 +02:00 committed by GitHub
parent 23ea1a4fed
commit c28fd34b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ class FlowDocSpec extends AkkaSpec with CompileOnlySpec {
})
//#flow-mat-combine
// An source that can be signalled explicitly from the outside
// A source that can be signalled explicitly from the outside
val source: Source[Int, Promise[Option[Int]]] = Source.maybe[Int]
// A flow that internally throttles elements to 1/second, and returns a Cancellable