From 527005324889cc7ebc532e459c7de447336634cc Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Fri, 19 Jan 2024 18:31:14 +0100 Subject: [PATCH] Fix a typo --- embassy-usb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-usb/README.md b/embassy-usb/README.md index 7411fcf52..d2adae4f5 100644 --- a/embassy-usb/README.md +++ b/embassy-usb/README.md @@ -9,7 +9,7 @@ Async USB device stack for embedded devices in Rust. - Suspend/resume, remote wakeup. - USB composite devices. - Ergonomic descriptor builder. -- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself oustide the crate). +- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself outside the crate). - Serial ports (CDC ACM) - Ethernet (CDC NCM) - Human Interface Devices (HID)