Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
#12: Edited comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinwe committed Mar 27, 2018
1 parent 768197a commit 7695021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/reactor/core/scala/publisher/Filter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait Filter[T] { self: Publisher[T] =>
* <p>
* <img class="marble" src="https://raw.githubusercontent.com/reactor/reactor-core/v3.0.5.RELEASE/src/docs/marble/filter.png" alt="">
*
* @param p the [[Function1]] predicate to test values against
* @param f the [[Function1]] predicate to test values against
* @return a new [[Publisher]] containing only values that pass the predicate test
*/
def filter(f: T => Boolean): Publisher[T]
Expand Down

0 comments on commit 7695021

Please sign in to comment.