Skip to content

Commit 094c7aa

Browse files
oderskybishabosha
andauthored
Update compiler/src/dotty/tools/dotc/reporting/messages.scala
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 5ce1ac9 commit 094c7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/reporting/messages.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ extends NotFoundMsg(MissingIdentID) {
259259
i"""|Each identifier in Scala needs a matching declaration. There are two kinds of
260260
|identifiers: type identifiers and value identifiers. Value identifiers are introduced
261261
|by `val`, `def`, or `object` declarations. Type identifiers are introduced by `type`,
262-
|`class`, or `trait` declarations.
262+
|`class`, `enum`, or `trait` declarations.
263263
|
264264
|Identifiers refer to matching declarations in their environment, or they can be
265265
|imported from elsewhere.

0 commit comments

Comments
 (0)