Skip to content

Commit a7a2ff2

Browse files
road21Kordyjan
authored andcommitted
Update package-objects.md
[Cherry-picked 9559f77]
1 parent c282c71 commit a7a2ff2

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 afterwards.
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)