diff --git a/rp2040-hal/src/spi.rs b/rp2040-hal/src/spi.rs index d37815c3d..f8c8590bf 100644 --- a/rp2040-hal/src/spi.rs +++ b/rp2040-hal/src/spi.rs @@ -278,7 +278,7 @@ impl, const DS: u8> Spi { /// /// Valid pin sets are in the form of `(Tx, Sck)` or `(Tx, Rx, Sck)` /// - /// If you pins are dynamically identified (`Pin`) they will first need to pass + /// If your pins are dynamically identified (`Pin`) they will first need to pass /// validation using their corresponding [`ValidatedPinXX`](ValidatedPinTx). pub fn new(device: D, pins: P) -> Spi { Spi {