We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96349f commit 61ffb7aCopy full SHA for 61ffb7a
1 file changed
src/main/scala/viper/silver/ast/utility/Traversable.scala
@@ -32,7 +32,7 @@ trait Traversable[+A] {
32
}
33
34
35
- /** Finds the first element of the collection for which the given partial
+ /** Finds the first element of this collection for which the given partial
36
* function is defined, and applies the partial function to it.
37
*/
38
def collectFirst[B](pf: PartialFunction[A, B]): Option[B] = {
0 commit comments