We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2328f commit dd3bad7Copy full SHA for dd3bad7
compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -282,7 +282,7 @@ 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
+ |That can happen, for example, if `$name` or its declaration has either been
286
|misspelt or if an import is missing."""
287
}
288
0 commit comments