summaryrefslogtreecommitdiff
path: root/src/library/scala/Predef.scala
diff options
context:
space:
mode:
authorDan Hopkins <dan.hopkins@livingsocial.com>2013-01-19 15:04:37 -0700
committerDan Hopkins <dan.hopkins@livingsocial.com>2013-01-19 15:04:37 -0700
commit8f1d4a5e5417915d31c4fc8cc22be2ac5925dcc9 (patch)
treed35967fd05daa51af1a67d764687139c10495802 /src/library/scala/Predef.scala
parent8d4402d839c8e01413a411752d1d0ab95378661b (diff)
downloadscala-8f1d4a5e5417915d31c4fc8cc22be2ac5925dcc9.tar.gz
scala-8f1d4a5e5417915d31c4fc8cc22be2ac5925dcc9.tar.bz2
scala-8f1d4a5e5417915d31c4fc8cc22be2ac5925dcc9.zip
Grammatical fix
Diffstat (limited to 'src/library/scala/Predef.scala')
-rw-r--r--src/library/scala/Predef.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Predef.scala b/src/library/scala/Predef.scala
index ea1c0d546e..5557d80c25 100644
--- a/src/library/scala/Predef.scala
+++ b/src/library/scala/Predef.scala
@@ -271,7 +271,7 @@ object Predef extends LowPriorityImplicits {
// reduces the chances of a user's writing `foo.__leftOfArrow` and
// being confused why they get an ambiguous implicit conversion
// error. (`foo.x` used to produce this error since both
- // any2Ensuring and any2ArrowAssoc enrich an `x` onto everything)
+ // any2Ensuring and any2ArrowAssoc enrich everything with an `x`)
@deprecated("Use `__leftOfArrow` instead", "2.10.0")
def x = __leftOfArrow