summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/SeqProxy.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/collection/SeqProxy.scala')
-rw-r--r--src/library/scala/collection/SeqProxy.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/collection/SeqProxy.scala b/src/library/scala/collection/SeqProxy.scala
index f728ba8585..f2b39c7b55 100644
--- a/src/library/scala/collection/SeqProxy.scala
+++ b/src/library/scala/collection/SeqProxy.scala
@@ -18,5 +18,5 @@ package collection
* @version 2.8
* @since 2.8
*/
-@deprecated("Proxying is deprecated due to lack of use and compiler-level support.", "2.11.0")
+@deprecated("proxying is deprecated due to lack of use and compiler-level support", "2.11.0")
trait SeqProxy[+A] extends Seq[A] with SeqProxyLike[A, Seq[A]]