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 b0bc5d0 commit cc526eaCopy full SHA for cc526ea
_tour/package-objects.md
@@ -33,7 +33,7 @@ methods and variables.
33
34
Any definitions placed at the top level of a package are considered members of the package itself.
35
36
-> In Scala 2 top-level method, type and variable definitions had to be wrapped in a **package object**.
+> In Scala 2, top-level method, type and variable definitions had to be wrapped in a **package object**.
37
> These are still usable in Scala 3 for backwards compatibility. You can see how they work by switching tabs.
38
39
{% endtab %}
0 commit comments