Skip to content

Commit 84c70cb

Browse files
committed
INTERRUPTS.md: fix garbled text.
1 parent 4001e28 commit 84c70cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/INTERRUPTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interrupts in `asyncio` applications.
88
Writing an interrupt service routine (ISR) requires care: see the
99
[official docs](https://docs.micropython.org/en/latest/reference/isr_rules.html).
1010
There are restrictions (detailed below) on the way an ISR can interface with
11-
`asyncio`. Finally, on many platformasyncioupts are a limited resource. In
11+
`asyncio`. Finally, on many platforms interrupts are a limited resource. In
1212
short interrupts are extremely useful but, if a practical alternative exists,
1313
it should be seriously considered.
1414

0 commit comments

Comments
 (0)