aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/reporting/ErrorMessages.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/reporting/ErrorMessages.scala')
-rw-r--r--src/dotty/tools/dotc/reporting/ErrorMessages.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/reporting/ErrorMessages.scala b/src/dotty/tools/dotc/reporting/ErrorMessages.scala
index 7186ccbe2..2b4c0db7e 100644
--- a/src/dotty/tools/dotc/reporting/ErrorMessages.scala
+++ b/src/dotty/tools/dotc/reporting/ErrorMessages.scala
@@ -110,7 +110,7 @@ object ErrorMessages {
|
|$caseDef
|
- |`${bind.name}` is not unique. Rename one of the binds!""".stripMargin
+ |`${bind.name}` is not unique. Rename one of the bound variables!""".stripMargin
}
}
}