Skip to content

Commit 80ac372

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

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
@@ -209,7 +209,7 @@ This causes a one tick delay after `SioReset` is called.
209209
```
210210

211211
`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.
212+
The aborted transfer state is intentionally left intact so it can be used to instruct error handling and aid debugging.
213213

214214
<!-- PortEnd -->
215215
The last part of the core implementation handles the end of each byte transfer:

0 commit comments

Comments
 (0)