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 9883e0a commit 8b27e7dCopy full SHA for 8b27e7d
src/part2/serial-link.md
@@ -253,7 +253,7 @@ The first step is detection.
253
The receiver needs to test the integrity of every incoming data packet, before doing anything else with it.
254
We'll use a checksum for this:
255
- 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.
+- The receiver performs the same calculation and compares the result with the value from the sender.
257
- If the values match, the packet is intact.
258
259
<!-- Link/protocol -->
0 commit comments