diff options
Diffstat (limited to 'ports/stm32/pin.c')
| -rw-r--r-- | ports/stm32/pin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/pin.c b/ports/stm32/pin.c index 8503f3dbe..f2db0e20e 100644 --- a/ports/stm32/pin.c +++ b/ports/stm32/pin.c @@ -613,7 +613,7 @@ MP_DEFINE_CONST_OBJ_TYPE( /// x3 = pyb.Pin.board.X3 /// x3_af = x3.af_list() /// -/// x3_af will now contain an array of PinAF objects which are availble on +/// x3_af will now contain an array of PinAF objects which are available on /// pin X3. /// /// For the pyboard, x3_af would contain: |
