Skip to content

Commit 4dbbcce

Browse files
authored
Fix typo in embedded-hal.md (#2828)
1 parent 8994e39 commit 4dbbcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bare-metal/microcontrollers/embedded-hal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ microcontroller peripherals:
88
- Delay timers
99
- I2C and SPI buses and devices
1010

11-
Similar traits for byte streams (e.g. UARTs), CAN buses and RNGs and broken out
11+
Similar traits for byte streams (e.g. UARTs), CAN buses and RNGs are broken out
1212
into [`embedded-io`], [`embedded-can`] and [`rand_core`] respectively.
1313

1414
Other crates then implement [drivers] in terms of these traits, e.g. an

0 commit comments

Comments
 (0)