Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 18, 2023
1 parent 9e027b3 commit 5969e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packets/Serializable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export abstract class Serializable
* @throws
* - If serialization is needed and it fails.
* - If given `buffer` doesn't have space enough to clone the content.
* - If given `serializationBuffer` doesn't have space enough to clone the
* content.
* - If given `serializationBuffer` doesn't have space enough to serialize
* the content.
*/
abstract clone(
buffer?: ArrayBuffer,
Expand Down

0 comments on commit 5969e6f

Please sign in to comment.