Skip to content

Commit f326b98

Browse files
committed
Fix flow.syntax Scaladoc
1 parent 2f62494 commit f326b98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/shared/src/main/scala/fs2/interop/flow/syntax.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ object syntax {
9999
* each [[Subscription]] will re-run the [[Stream]] from the beginning.
100100
*
101101
* @see [[toPublisher]] for a safe version that returns a [[Resource]].
102-
*
103-
* @param stream The [[Stream]] to transform.
104102
*/
105103
def unsafeToPublisher()(implicit
106104
runtime: IORuntime

0 commit comments

Comments
 (0)