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

Commit 7695021

Browse files
committed
#12: Edited comment
1 parent 768197a commit 7695021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/reactor/core/scala/publisher/Filter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait Filter[T] { self: Publisher[T] =>
1111
* <p>
1212
* <img class="marble" src="https://raw.githubusercontent.com/reactor/reactor-core/v3.0.5.RELEASE/src/docs/marble/filter.png" alt="">
1313
*
14-
* @param p the [[Function1]] predicate to test values against
14+
* @param f the [[Function1]] predicate to test values against
1515
* @return a new [[Publisher]] containing only values that pass the predicate test
1616
*/
1717
def filter(f: T => Boolean): Publisher[T]

0 commit comments

Comments
 (0)