Skip to content

Commit 13cc988

Browse files
committed
Remove invalid comment
1 parent 47504fb commit 13cc988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/scala/ox/flow/FlowRunOps.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ trait FlowRunOps[+T]:
2323
*
2424
* Must be run within a concurrency scope as a fork is created to run the flow. The size of the buffer is determined by the
2525
* [[BufferCapacity]] that is in scope.
26-
*
27-
* Blocks until the flow completes.
2826
*/
2927
def runToChannel()(using OxUnsupervised, BufferCapacity): Source[T] =
3028
// if the previous stage is a source, there's no point in creating a new channel & fork, just to copy data

0 commit comments

Comments
 (0)