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 8b27e7d commit 80ac372Copy full SHA for 80ac372
src/part2/serial-link.md
@@ -209,7 +209,7 @@ This causes a one tick delay after `SioReset` is called.
209
```
210
211
`SioAbort` brings the serial port down and sets the current state to `SIO_FAILED`.
212
-The aborted transfer state is intentionally left intact (or as intact as it was, at least) so it can be used to inform error handling and debugging.
+The aborted transfer state is intentionally left intact so it can be used to instruct error handling and aid debugging.
213
214
<!-- PortEnd -->
215
The last part of the core implementation handles the end of each byte transfer:
0 commit comments