diff --git a/embassy-rp/src/pwm.rs b/embassy-rp/src/pwm.rs
index 20b5c4d58..c35e76587 100644
--- a/embassy-rp/src/pwm.rs
+++ b/embassy-rp/src/pwm.rs
@@ -129,7 +129,7 @@ impl<'d> Pwm<'d> {
         Self::new_inner(slice.number(), None, None, Pull::None, config, Divmode::DIV)
     }
 
-    /// Create PWM driver with a single 'a' as output.
+    /// Create PWM driver with a single 'a' pin as output.
     #[inline]
     pub fn new_output_a<T: Slice>(
         slice: impl Peripheral<P = T> + 'd,