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 7228710 commit 0e5de59Copy full SHA for 0e5de59
exercises/intergalactic-transmission/instructions.md
@@ -2,8 +2,8 @@
2
3
Your job is to help implement
4
5
-- the message sequencer, which calculates the transmission sequence, and
6
-- the decoder, which decodes it.
+- the transmitter, which calculates the transmission sequence, and
+- the receiver, which decodes it.
7
8
A parity bit is simple way of detecting transmission errors.
9
The transmitters and receivers can only transmit and receive _exactly_ eight bits at a time (including the parity bit).
0 commit comments