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