Skip to content

Commit

Permalink
remove outdated scaladoc comment (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-M authored Dec 23, 2022
1 parent ff99a91 commit 6447262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/shared/src/main/scala/fs2/Stream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4650,8 +4650,6 @@ object Stream extends StreamLowPriority {
* | }.stream.compile.toVector.unsafeRunSync()
* res0: Vector[String] = Vector(elem, late!, elem, late!, elem)
* }}}
*
* For a more complex example, look at the implementation of [[Stream.groupWithin]].
*/
def timed[O2, R](
pull: Pull.Timed[F, O] => Pull[F, O2, R]
Expand Down

0 comments on commit 6447262

Please sign in to comment.