summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/IndexedSeqView.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-30 21:00:08 +0000
committerPaul Phillips <paulp@improving.org>2011-03-30 21:00:08 +0000
commit96965c4459c318afd97b4024f8509a5c4988a3d0 (patch)
treef9f807a31c597d448e1ea1240ece35f49b5af658 /src/library/scala/collection/mutable/IndexedSeqView.scala
parent386d5068471809d906d3db3aa56ed5f9352250c2 (diff)
downloadscala-96965c4459c318afd97b4024f8509a5c4988a3d0.tar.gz
scala-96965c4459c318afd97b4024f8509a5c4988a3d0.tar.bz2
scala-96965c4459c318afd97b4024f8509a5c4988a3d0.zip
Addressing most of the warnings revealed by the...
Addressing most of the warnings revealed by the patch to warn about unknown scaladoc variables. Updated and reran genprod. No review.
Diffstat (limited to 'src/library/scala/collection/mutable/IndexedSeqView.scala')
-rw-r--r--src/library/scala/collection/mutable/IndexedSeqView.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/mutable/IndexedSeqView.scala b/src/library/scala/collection/mutable/IndexedSeqView.scala
index 12b0229ae1..6af00d03b1 100644
--- a/src/library/scala/collection/mutable/IndexedSeqView.scala
+++ b/src/library/scala/collection/mutable/IndexedSeqView.scala
@@ -16,7 +16,7 @@ import generic._
import TraversableView.NoBuilder
/** A non-strict view of a mutable `IndexedSeq`.
- * $viewinfo
+ * $viewInfo
* Some of the operations of this class will yield again a mutable indexed sequence,
* others will just yield a plain indexed sequence of type `collection.IndexedSeq`.
* Because this is a leaf class there is no associated `Like' class.