Skip to content

Commit 11a99b7

Browse files
JamesIdiosApps
andauthored
chore: fix typo in readme (#1115)
Co-authored-by: IdiosApps <[email protected]>
1 parent 5f0b5a5 commit 11a99b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ When your input comes from the network or disks much more efficient ways are to
261261
- byte arrays using `readFromArray`/`writeToArray`
262262
- byte sub-arrays using `readFromSubArray`/`writeToSubArray`
263263
- `java.nio.ByteBuffer` instances using `readFromByteBuffer`/`writeToByteBuffer`
264-
- `java.io.InputString`/`java.io.OutputStream` instances using `readFromStream`/`writeToStream`
264+
- `java.io.InputStream`/`java.io.OutputStream` instances using `readFromStream`/`writeToStream`
265265

266266
Also, parsing from bytes will check `UTF-8` encoding and throw an error in case of malformed bytes.
267267

0 commit comments

Comments
 (0)