typo
This commit is contained in:
parent
2127084a53
commit
252acd2b32
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public final class Serialize {
|
|||
}
|
||||
|
||||
/*
|
||||
* Upon return, `bb.position()` we be at the end of the message.
|
||||
* Upon return, `bb.position()` will be at the end of the message.
|
||||
*/
|
||||
public static MessageReader read(ByteBuffer bb, ReaderOptions options) throws IOException {
|
||||
bb.order(ByteOrder.LITTLE_ENDIAN);
|
||||
|
|
Loading…
Reference in a new issue