Fix some grammar issues in docs
This commit is contained in:
committed by
Andy Wilkinson
parent
3228cfa9bd
commit
16937746a0
@@ -15,7 +15,7 @@ curious about the underlying technology, this section provides some background.
|
||||
=== Nested JARs
|
||||
Java does not provide any standard way to load nested jar files (i.e. jar files that
|
||||
are themselves contained within a jar). This can be problematic if you are looking
|
||||
to distribute a self contained application that you can just run from the command line
|
||||
to distribute a self-contained application that you can just run from the command line
|
||||
without unpacking.
|
||||
|
||||
To solve this problem, many developers use ``shaded'' jars. A shaded jar simply packages
|
||||
|
||||
Reference in New Issue
Block a user