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 c282c71 commit a7a2ff2Copy full SHA for a7a2ff2
docs/_docs/reference/dropped-features/package-objects.md
@@ -11,7 +11,7 @@ package object p {
11
def b = ...
12
}
13
```
14
-will be dropped. They are still available in Scala 3.0 and 3.1, but will be deprecated and removed afterwards.
+will be dropped. They are still available, but will be deprecated and removed afterwards.
15
16
Package objects are no longer needed since all kinds of definitions can now be written at the top-level. Example:
17
```scala
0 commit comments