summaryrefslogtreecommitdiff
path: root/src/library/scala/annotation/migration.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/annotation/migration.scala')
-rw-r--r--src/library/scala/annotation/migration.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/annotation/migration.scala b/src/library/scala/annotation/migration.scala
index adb6de6afd..65bee4c2cb 100644
--- a/src/library/scala/annotation/migration.scala
+++ b/src/library/scala/annotation/migration.scala
@@ -17,7 +17,7 @@ package scala.annotation
* order between Scala 2.7 and 2.8.
*
* @param message A message describing the change, which is emitted
- * by the compiler if the flag `-Xmigration` indicates a version
+ * by the compiler if the flag `-Xmigration` indicates a version
* prior to the changedIn version.
*
* @param changedIn The version, in which the behaviour change was