We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514dc98 commit 92db3c3Copy full SHA for 92db3c3
io/jvm/src/main/scala/fs2/io/ioplatform.scala
@@ -60,7 +60,7 @@ private[fs2] trait ioplatform {
60
): Resource[F, InputStream] =
61
JavaInputOutputStream.toInputStream(source)
62
63
- /** Take a function that emits to an [[java.io.OutputStream OutputStream]] effectfully,
+ /** Take a function that emits to a `java.io.OutputStream` effectfully,
64
* and return a stream which, when run, will perform that function and emit
65
* the bytes recorded in the OutputStream as an fs2.Stream
66
*
0 commit comments