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 69cceec commit 314d26fCopy full SHA for 314d26f
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, 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