Skip to content

Commit 7228710

Browse files
committed
Apply suggestions from review
1 parent 750625d commit 7228710

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

exercises/intergalactic-transmission/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
},
299299
{
300300
"uuid": "6065b8b3-9dcd-45c9-918c-b427cfdb28c1",
301-
"description": "last byte in seven byte message has wrong parity",
301+
"description": "last byte has wrong parity",
302302
"property": "decodeMessage",
303303
"input": {
304304
"message": [

exercises/intergalactic-transmission/instructions.md

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

3-
Your job is to help implement the following:
3+
Your job is to help implement
44

5-
- the message sequencer, which calculates the transmission sequence
6-
- the decoder, which decodes the messages
5+
- the message sequencer, which calculates the transmission sequence, and
6+
- the decoder, 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)