Minor fix: replaced "terminated" to "constructed" (#29011)

This commit is contained in:
Evgenii Ganchurin 2020-05-05 11:42:48 +03:00 committed by GitHub
parent 1708193c06
commit 8c71fedef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ RunnableGraph
It is possible to attach a `Flow` to a `Source` resulting in a composite source, and it is also possible to prepend
a `Flow` to a `Sink` to get a new sink. After a stream is properly terminated by having both a source and a sink,
a `Flow` to a `Sink` to get a new sink. After a stream is properly constructed by having both a source and a sink,
it will be represented by the `RunnableGraph` type, indicating that it is ready to be executed.
It is important to remember that even after constructing the `RunnableGraph` by connecting all the source, sink and