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 3bd4d32 commit b316b5eCopy full SHA for b316b5e
README.md
@@ -148,8 +148,8 @@ be easier to understand:
148
>
149
</p>
150
151
-The extra $x^{|P|} multiplications represent shifting the message to make
152
-space for the CRC, and gives us what's called a
+The extra $x^{|P|}$ multiplications represent shifting the message to
+make space for the CRC, and gives us what's called a
153
["systematic code"][systematic-code]. Alternatively we could actually
154
multiply the message with our polynomial to get valid codewords, but that
155
would just make interacting with the message more annoying without much
0 commit comments