From b7fca7dc70e14054056cdbb96e4b196bed7a9472 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Thu, 23 Mar 2023 13:54:16 +0000 Subject: [PATCH] Update down-the-stack-book/src/the_hal.md Co-authored-by: Tanks Transfeld --- down-the-stack-book/src/the_hal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.