Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
2 spellings fixes
  • Loading branch information
misterinterrupt authored Jan 3, 2024
1 parent 5368722 commit b8e8a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ USB stack for embedded devices in Rust.

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

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

Expand Down

0 comments on commit b8e8a21

Please sign in to comment.