We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184208d commit 784b582Copy full SHA for 784b582
protocol_doc/README.md
@@ -106,7 +106,7 @@ which has the header:
106
Be aware that there are two kinds of bit shifts: the [logical](https://en.wikipedia.org/wiki/Logical_shift)
107
and the [arithmetic](https://en.wikipedia.org/wiki/Arithmetic_shift). The arithmetic might
108
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.
+Many languages will do a logical shift on unsigned types, and arithmetic on signed.
110
111
If the message contains 12345 bytes, then there are two packages. The first
112
contains 8190 bytes, while the second the remaining 4155. The `is_last` bit
0 commit comments