Skip to content

Commit

Permalink
Merge pull request #3480 from vladislavsheludchenkov/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `exists` scaladoc
  • Loading branch information
diesalbla authored Sep 27, 2024
2 parents eea0c25 + 26095a5 commit 6352df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fs2/Stream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ final class Stream[+F[_], +O] private[fs2] (private[fs2] val underlying: Pull[F,
* }}}
* @return Either a singleton stream, or a `never` stream.
* - If `this` is a finite stream, the result is a singleton stream, yielding a single boolean value.
* - If `this` is empty, the result is a singleton stream, yielding a `true` value.
* - If `this` is empty, the result is a singleton stream, yielding a `false` value.
* - If `this` is a non-terminating stream which contains a value matching the predicate, the result is a singleton
* stream containing `true`.
* - If `this` is a non-terminating stream which never contains a value matching the predicate, the result is a
Expand Down

0 comments on commit 6352df2

Please sign in to comment.