We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c5e77 commit d96349fCopy full SHA for d96349f
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 $coll for which the given partial
+ /** Finds the first element of the 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