Skip to content

Commit cc526ea

Browse files
committed
Grammar: add comma after phrase to avoid semantic ambiguity
1 parent b0bc5d0 commit cc526ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/package-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ methods and variables.
3333

3434
Any definitions placed at the top level of a package are considered members of the package itself.
3535

36-
> In Scala 2 top-level method, type and variable definitions had to be wrapped in a **package object**.
36+
> In Scala 2, top-level method, type and variable definitions had to be wrapped in a **package object**.
3737
> These are still usable in Scala 3 for backwards compatibility. You can see how they work by switching tabs.
3838
3939
{% endtab %}

0 commit comments

Comments
 (0)