File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ USB stack for embedded devices in Rust.
55
66The UsbDevice object represents a composite USB device and is the most important object for
77application 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
1111implementation may also use a custom class if the required functionality isn't covered by a standard
1212class.
1313
You can’t perform that action at this time.
0 commit comments