Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBlanvillain committed Jan 8, 2014
1 parent ada8d91 commit 9ce2504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/collection/GenSeqLike.scala
Expand Up @@ -190,7 +190,7 @@ trait GenSeqLike[+A, +Repr] extends Any with GenIterableLike[A, Repr] with Equal
*/ */
def lastIndexWhere(p: A => Boolean, end: Int): Int def lastIndexWhere(p: A => Boolean, end: Int): Int


/** Returns new $coll wih elements in reversed order. /** Returns new $coll with elements in reversed order.
* *
* $willNotTerminateInf * $willNotTerminateInf
* *
Expand Down

0 comments on commit 9ce2504

Please sign in to comment.