Skip to content

Commit b36f728

Browse files
authored
Update docs: package objects are not deprecated yet. (#19213)
Package objects are not deprecated in Scala 3.3.1 yet.
2 parents 3332943 + bb5be18 commit b36f728

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 in Scala 3.0 and 3.1, 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)