Skip to content

Commit 04552a1

Browse files
author
Amanda Butler
authored
Fix typos in BusInOut.h
Fix typos.
1 parent d88f2d9 commit 04552a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/BusInOut.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ namespace mbed {
2525
/** \addtogroup drivers */
2626

2727
/** A digital input output bus, used for setting the state of a collection of pins.
28-
* Implemented as an array of DigitalInOut pins, the bus can be constucted by any
29-
* pins without restriction other than being capable of digitial input or output
28+
* Implemented as an array of DigitalInOut pins, the bus can be constructed by any
29+
* pins without restriction other than being capable of digital input or output
3030
* capabilities
3131
*
3232
* @note Synchronization level: Thread safe

0 commit comments

Comments
 (0)