Skip to content

Commit cf6df8d

Browse files
committed
Add a link to PartialFunction
1 parent 2852167 commit cf6df8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/com/thoughtworks/Extractor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sealed trait Extractor[-A, +B] extends (A => Option[B]) {
4747
}
4848

4949
/**
50-
* Utilities to convert between `A => Option[B]`, `PartialFunction[A, B]` and [[Extractor]].
50+
* Utilities to convert between `A => Option[B]`, [[scala.PartialFunction]] and [[Extractor]].
5151
*
5252
* @example
5353
{{{

0 commit comments

Comments
 (0)