Skip to content

Commit 8cd56e0

Browse files
committed
UNDER_THE_HOOD.md: add section on debug code.
1 parent d104b14 commit 8cd56e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNDER_THE_HOOD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ this
275275
and [here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L114):
276276
these lines ensures that the exception will not be thrown.
277277
The `rdobjmap` and `wrobjmap` dictionary entries are invalidated
278-
[here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L91)
278+
[here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L91)
279279
and [here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L101).
280280
This has the same aim: if an attempt is made incorrectly to reschedule them, an
281281
exception is thrown.

0 commit comments

Comments
 (0)