Skip to content

Commit 01b58f5

Browse files
KordyjanWojciechMazur
authored andcommitted
Update package-objects.md
Package objects are not deprecated in Scala 3.3.1 yet. [Cherry-picked bb5be18][modified] [Cherry-picked 314d26f]
1 parent 8945521 commit 01b58f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/dropped-features/package-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package object p {
1111
def b = ...
1212
}
1313
```
14-
will be dropped. They are still available, but will be deprecated and removed afterwards.
14+
will be dropped. They are still available, but will be deprecated and removed at some point in the future.
1515

1616
Package objects are no longer needed since all kinds of definitions can now be written at the top-level. Example:
1717
```scala

0 commit comments

Comments
 (0)