Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vp817 authored May 15, 2024
1 parent c8d64f8 commit eafa252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ This packet is used for sending and receiving data between clients and the serve
| Field | Type | Endianness | Note |
| ----- | ---- | ----------| ----- |
| isPacketPair | bit | N/A | If true, the packet is one of two associated packets |
| isContinousSend | bit | N/A | If true, the packet is a continuous send packet |
| isContinuousSend | bit | N/A | If true, the packet is a continuous send packet |
| requiresBAndAS | bit | N/A | If true, the packet includes B and AS values |
| rangeNumber | uint24 | Little Endian | The sequence number of the datagram |
| capsuleLayers | DatagramCapsuleLayer[] | N/A | Array of capsule layers in the packet |
Expand Down

0 comments on commit eafa252

Please sign in to comment.