Skip to content

Commit 784b582

Browse files
committed
doc
1 parent 184208d commit 784b582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol_doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ which has the header:
106106
Be aware that there are two kinds of bit shifts: the [logical](https://en.wikipedia.org/wiki/Logical_shift)
107107
and the [arithmetic](https://en.wikipedia.org/wiki/Arithmetic_shift). The arithmetic might
108108
bring ones in from the left or right instead of zeros, therefore it should be avoided.
109-
Many languages will do a logical shift on unsigned types, and arithmetic on unsigned.
109+
Many languages will do a logical shift on unsigned types, and arithmetic on signed.
110110

111111
If the message contains 12345 bytes, then there are two packages. The first
112112
contains 8190 bytes, while the second the remaining 4155. The `is_last` bit

0 commit comments

Comments
 (0)