Minor fix: replaced "terminated" to "constructed" (#29011)
This commit is contained in:
parent
1708193c06
commit
8c71fedef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue