We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ef571 commit 0a32e34Copy full SHA for 0a32e34
msgpack-core/src/main/java/org/msgpack/core/MessageUnpacker.java
@@ -375,7 +375,7 @@ private double readDouble() throws IOException {
375
376
/**
377
* 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()}.
+ * For simply skipping the next value, use {@link #skipValue()}.
379
*
380
* @param numBytes
381
* @throws IOException
0 commit comments