We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbe94b3 + dd3bad7 commit c1c1db7Copy full SHA for c1c1db7
compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -282,8 +282,8 @@ object messages {
282
val explanation: String = {
283
hl"""|The identifier for `$treeKind$name` is not bound, that is,
284
|no declaration for this identifier can be found.
285
- |That can happen for instance if $name or its declaration has either been
286
- |misspelt, or if you're forgetting an import"""
+ |That can happen, for example, if `$name` or its declaration has either been
+ |misspelt or if an import is missing."""
287
}
288
289
0 commit comments