diff --git a/down-the-stack-book/src/the_hal.md b/down-the-stack-book/src/the_hal.md index b5774e8..436cee8 100644 --- a/down-the-stack-book/src/the_hal.md +++ b/down-the-stack-book/src/the_hal.md @@ -93,5 +93,5 @@ let pins = hal::uarte::Pins { let uarte = hal::uarte::Uarte::new(periph.UARTE1, pins, Parity::EXCLUDED, Baudrate::BAUD115200); ``` -This is example is for the nRF52. We'll use it later in the example. +This is an example for the nRF52. We'll use it later in the example.