Skip to content

Commit 61ffb7a

Browse files
authored
Fix comment
1 parent d96349f commit 61ffb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/viper/silver/ast/utility/Traversable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ trait Traversable[+A] {
3232
}
3333
}
3434

35-
/** Finds the first element of the collection for which the given partial
35+
/** Finds the first element of this collection for which the given partial
3636
* function is defined, and applies the partial function to it.
3737
*/
3838
def collectFirst[B](pf: PartialFunction[A, B]): Option[B] = {

0 commit comments

Comments
 (0)