Skip to content

Commit 92db3c3

Browse files
committed
Remove invalid ScalaDoc links
1 parent 514dc98 commit 92db3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/jvm/src/main/scala/fs2/io/ioplatform.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private[fs2] trait ioplatform {
6060
): Resource[F, InputStream] =
6161
JavaInputOutputStream.toInputStream(source)
6262

63-
/** Take a function that emits to an [[java.io.OutputStream OutputStream]] effectfully,
63+
/** Take a function that emits to a `java.io.OutputStream` effectfully,
6464
* and return a stream which, when run, will perform that function and emit
6565
* the bytes recorded in the OutputStream as an fs2.Stream
6666
*

0 commit comments

Comments
 (0)