Skip to content

Commit 0ca8f09

Browse files
misterinterrupteldruin
authored andcommitted
Update README.md
2 spellings fixes
1 parent 5368722 commit 0ca8f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ USB stack for embedded devices in Rust.
55

66
The UsbDevice object represents a composite USB device and is the most important object for
77
application implementors. The UsbDevice combines a number of UsbClasses (either custom ones, or
8-
pre-existing ones provided by other crates) and a UsbBus device drives to implement the USB device.
8+
pre-existing ones provided by other crates) and a UsbBus device driver to implement the USB device.
99

10-
The UsbClass trait can be used to implemented USB classes such as a HID device or a serial port. An
10+
The UsbClass trait can be used to implement USB classes such as a HID device or a serial port. An
1111
implementation may also use a custom class if the required functionality isn't covered by a standard
1212
class.
1313

0 commit comments

Comments
 (0)