Skip to content

Commit 4df236c

Browse files
authored
Backport "docs: minor fix in package object doc" to LTS (#19069)
Backports #17521 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents bec8382 + cb35759 commit 4df236c

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)