Skip to content

Commit 21236e2

Browse files
authored
Merge pull request #31 from Mechite/patch-1
Fix typo in README.md
2 parents 227b063 + d1d9778 commit 21236e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you're looking to see which implementation models different ways of reading Z
8888
| Java closest equivalent | LL-Java-Zip |
8989
|-------------------------|----------------------------------------------------|
9090
| `ZipFile` | `JvmZipReader` / `ZipIO.readJvm(...)` |
91-
| `ZipInputSstream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
91+
| `ZipInputStream` | `ForwardScanZipReader` / `ZipIO.readStandard(...)` |
9292
| N/A | `NaiveLocalFileZipReader` / `ZipIO.readNaive(...)` |
9393

9494
There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should primarily be used only for debugging purposes.
@@ -98,4 +98,4 @@ There is also a `ZipFile` delegating reader `AdaptingZipReader` but it should pr
9898
Due to some `sun.misc.Unsafe` hacks _(For faster deflate performance)_, you will get compiler warnings when first opening the project in IntelliJ.
9999
You can resolve this by changing the compiler target:
100100

101-
![intellij compiler settings](docs/compiler-settings.png)
101+
![intellij compiler settings](docs/compiler-settings.png)

0 commit comments

Comments
 (0)