Skip to content

Commit 9eaf192

Browse files
committed
cosmetic
1 parent c6f0b95 commit 9eaf192

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packets/Serializable.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ export abstract class Serializable {
143143
}
144144

145145
/**
146-
* This method returns a buffer (plus byte offset) for the child to serialize.
146+
* This method returns a buffer (plus byte offset and byt elength) for the
147+
* child to serialize.
147148
* If a buffer (and optionally a byte offset) is given, this method will verify
148149
* whether the serialized content can fit into it and will throw otherwise.
149150
*/

0 commit comments

Comments
 (0)