Skip to content

Commit f3b75b4

Browse files
committed
Use bullet list for task list
1 parent eb8ef76 commit f3b75b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exercises/intergalactic-transmission/instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Instructions
22

3-
Your job is to help implement the message sequencer, which calculates the transmission sequence, and the decoder for receiving messages.
3+
Your job is to help implement the following:
4+
5+
- the message sequencer, which calculates the transmission sequence
6+
- the decoder, which decodes the messages
47

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

0 commit comments

Comments
 (0)