diff --git a/rp2040-hal/src/gpio/mod.rs b/rp2040-hal/src/gpio/mod.rs index 996f8e542..00923ad12 100644 --- a/rp2040-hal/src/gpio/mod.rs +++ b/rp2040-hal/src/gpio/mod.rs @@ -746,9 +746,9 @@ impl Pin { /// Return a wrapper that implements InputPin. /// - /// This allows to read from the pin independen from the selected function. + /// This allows to read from the pin independent of the selected function. /// Depending on the pad configuration, reading from the pin may not return a - /// meaninful result. Check the datasheet. + /// meaningful result. /// /// Calling this function does not set the pad's input enable bit. pub fn as_input(&self) -> AsInputPin {