diff --git a/rp-hal-common/src/lib.rs b/rp-hal-common/src/lib.rs index 3b9bd3945..7c41ebe03 100644 --- a/rp-hal-common/src/lib.rs +++ b/rp-hal-common/src/lib.rs @@ -1,7 +1,7 @@ //! Common HAL code //! //! This library contains types and functions which are shared between the -//! RP2040 HAl and the RP235x HAL. +//! RP2040 HAL and the RP235x HAL. //! //! You shouldn't include anything here which requires either the `cortex-m` //! crate, or a PAC.