Skip to content

Commit 0e5de59

Browse files
committed
Apply missed suggestion
1 parent 7228710 commit 0e5de59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/intergalactic-transmission/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Your job is to help implement
44

5-
- the message sequencer, which calculates the transmission sequence, and
6-
- the decoder, which decodes it.
5+
- the transmitter, which calculates the transmission sequence, and
6+
- the receiver, which decodes it.
77

88
A parity bit is simple way of detecting transmission errors.
99
The transmitters and receivers can only transmit and receive _exactly_ eight bits at a time (including the parity bit).

0 commit comments

Comments
 (0)