Skip to content

Commit 0a32e34

Browse files
committed
fix comment
1 parent 21ef571 commit 0a32e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-core/src/main/java/org/msgpack/core/MessageUnpacker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ private double readDouble() throws IOException {
375375

376376
/**
377377
* Skip reading the specified number of bytes. Use this method only if you know skipping data is safe.
378-
* For simply skip the next value, use {@link #skipValue()}.
378+
* For simply skipping the next value, use {@link #skipValue()}.
379379
*
380380
* @param numBytes
381381
* @throws IOException

0 commit comments

Comments
 (0)