We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3332943 commit bb5be18Copy full SHA for bb5be18
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 at some point in the future.
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