Skip to content

Commit b2ea4d2

Browse files
committed
Fix grammar
1 parent eb185d0 commit b2ea4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packaging/jar_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ are just ZIP files with a few special bits of "metadata."
66
ZIP files are a common way of bundling a bunch of files up into one file.[^compression]
77

88
You don't need to know exactly where this metadata goes or what all of it is for yet,
9-
just that at a high level its all just files in a ZIP.
9+
just that at a high level it's all just files in a ZIP.
1010

1111
[^compression]: This bundling up also generally includes "compression," where
1212
the single file might be smaller than the combined sizes of its components. Most people don't

0 commit comments

Comments
 (0)