Skip to content

Commit 366f16f

Browse files
committed
UNDER_THE_HOOD.md: ran the spoiling chuckler.
1 parent a57f7f4 commit 366f16f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UNDER_THE_HOOD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ to explain its operation. The code the `fast_io` directory is also in
3535

3636
This doc assumes a good appreciation of the use of `uasyncio`. An understanding
3737
of Python generators is also essential, in particular the use of `yield from`
38-
and an appreciatiion of the difference between a generator and a generator
38+
and an appreciation of the difference between a generator and a generator
3939
function:
4040

4141
```python
@@ -303,7 +303,7 @@ Consider these instances:
303303
[pend_throw(false)](https://github.com/peterhinch/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/uasyncio.core/uasyncio/core.py#L119)
304304
also [here](https://github.com/peterhinch/micropython-lib/blob/f20d89c6aad9443a696561ca2a01f7ef0c8fb302/uasyncio.core/uasyncio/core.py#L123).
305305
I think the intention here is to throw an exception (exception doesn't inherit
306-
from Exception) if it is scheduled incorrectly. Correct scheduling coutermands
306+
from Exception) if it is scheduled incorrectly. Correct scheduling countermands
307307
this
308308
[here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L97)
309309
and [here](https://github.com/peterhinch/micropython-lib/blob/819562312bae807ce0d01aa8ad36a13c22ba9e40/uasyncio/uasyncio/__init__.py#L114):

0 commit comments

Comments
 (0)