Skip to content

Commit b89228f

Browse files
authored
Fix a typo
1 parent beba63a commit b89228f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ These constructs replace existing constructs with the aim of making the language
5050

5151
With the exception of early initializers and old-style vararg patterns, all superseded constructs continue to be available in Scala 3.0. The plan is to deprecate and phase them out later.
5252

53-
Value classes (superseded by opaque type aliases) ar
54-
e a special case. There are currently no deprecation plans for value classes, since we might want to bring them back in a more general form if they are supported natively by the JVM as is planned by project Valhalla.
53+
Value classes (superseded by opaque type aliases) are a special case. There are currently no deprecation plans for value classes, since we might want to bring them back in a more general form if they are supported natively by the JVM as is planned by project Valhalla.
5554

5655
## Restrictions
5756

0 commit comments

Comments
 (0)