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 eb185d0 commit b2ea4d2Copy full SHA for b2ea4d2
src/packaging/jar_files.md
@@ -6,7 +6,7 @@ are just ZIP files with a few special bits of "metadata."
6
ZIP files are a common way of bundling a bunch of files up into one file.[^compression]
7
8
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.
+just that at a high level it's all just files in a ZIP.
10
11
[^compression]: This bundling up also generally includes "compression," where
12
the single file might be smaller than the combined sizes of its components. Most people don't
0 commit comments