Skip to content

Commit 421e031

Browse files
committed
1 parent 9629264 commit 421e031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/modules/purpose.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ want groupings of a grouping?
99
The answer is that[^more] when you share code with other people
1010
you will often want to have that code contain multiple packages.
1111
If you couldn't "hide" packages of code from the people using
12-
the code you are sharing it would be a bummer.
12+
the code you[^andby] are sharing it would be a bummer.
1313

1414
Just as private fields help you encapsulate state in a class
1515
and package-private classes help you encapsulate whole classes,
1616
unexported packages are your mechanism for encapsulating whole package.
1717

1818

19-
[^andby]: And by "you" I mean you and whoever else is directly working with you.
20-
2119
[^more]: There are more answers, but they mostly involve tales of Java's past
22-
and mistakes that were made there.
20+
and mistakes that were made there.
21+
22+
[^andby]: And by "you" I mean you and whoever else is directly working with you.

0 commit comments

Comments
 (0)