consistent wording; stream ops are "operators" (#25064)
This commit is contained in:
parent
d2f2d50b6b
commit
7fa28b3488
15 changed files with 73 additions and 73 deletions
|
|
@ -1667,7 +1667,7 @@ private[stream] object Collect {
|
|||
}
|
||||
case Fail ⇒
|
||||
() ⇒ {
|
||||
failStage(new BufferOverflowException(s"Buffer overflow for delay combinator (max capacity was: $size)!"))
|
||||
failStage(new BufferOverflowException(s"Buffer overflow for delay operator (max capacity was: $size)!"))
|
||||
}
|
||||
case Backpressure ⇒
|
||||
() ⇒ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue