From 9ce25045dd24d5115619a4cac28a442038a9a56f Mon Sep 17 00:00:00 2001 From: Olivier Blanvillain Date: Wed, 8 Jan 2014 16:04:40 +0100 Subject: Fix typo in documentation --- src/library/scala/collection/GenSeqLike.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/scala/collection/GenSeqLike.scala b/src/library/scala/collection/GenSeqLike.scala index 27b75c0491..e265beca1b 100644 --- a/src/library/scala/collection/GenSeqLike.scala +++ b/src/library/scala/collection/GenSeqLike.scala @@ -190,7 +190,7 @@ trait GenSeqLike[+A, +Repr] extends Any with GenIterableLike[A, Repr] with Equal */ 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 * -- cgit v1.2.3