Skip to content

Commit 8b27e7d

Browse files
authored
Update src/part2/serial-link.md
1 parent 9883e0a commit 8b27e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/serial-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The first step is detection.
253253
The receiver needs to test the integrity of every incoming data packet, before doing anything else with it.
254254
We'll use a checksum for this:
255255
- The sender calculates a checksum of the outgoing packet and the result is transmitted as part of the packet transfer.
256-
- The receiver preforms the same calculation and compares the result with the value from the sender.
256+
- The receiver performs the same calculation and compares the result with the value from the sender.
257257
- If the values match, the packet is intact.
258258

259259
<!-- Link/protocol -->

0 commit comments

Comments
 (0)