aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/src/lib.rs
diff options
context:
space:
mode:
authorRonald Weber <[email protected]>2025-02-19 17:29:21 +0100
committerRonald Weber <[email protected]>2025-02-19 17:29:21 +0100
commit7a2f038800e336f4b823afca9d3eb2e70e90b1e0 (patch)
tree7c67c137b45e98d687c30ffad1a00f186cbef640 /embassy-usb/src/lib.rs
parenta1e75841f8940153ef8e0fdb38d6c8ba7322edb9 (diff)
doc: Fix "the the"
Diffstat (limited to 'embassy-usb/src/lib.rs')
-rw-r--r--embassy-usb/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb/src/lib.rs b/embassy-usb/src/lib.rs
index 93dd6b4d2..0638fd0a2 100644
--- a/embassy-usb/src/lib.rs
+++ b/embassy-usb/src/lib.rs
@@ -120,7 +120,7 @@ pub trait Handler {
120 /// # Returns 120 /// # Returns
121 /// 121 ///
122 /// If you didn't handle this request (for example if it's for the wrong interface), return 122 /// If you didn't handle this request (for example if it's for the wrong interface), return
123 /// `None`. In this case, the the USB stack will continue calling the other handlers, to see 123 /// `None`. In this case, the USB stack will continue calling the other handlers, to see
124 /// if another handles it. 124 /// if another handles it.
125 /// 125 ///
126 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack 126 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack
@@ -142,7 +142,7 @@ pub trait Handler {
142 /// # Returns 142 /// # Returns
143 /// 143 ///
144 /// If you didn't handle this request (for example if it's for the wrong interface), return 144 /// If you didn't handle this request (for example if it's for the wrong interface), return
145 /// `None`. In this case, the the USB stack will continue calling the other handlers, to see 145 /// `None`. In this case, the USB stack will continue calling the other handlers, to see
146 /// if another handles it. 146 /// if another handles it.
147 /// 147 ///
148 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack 148 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack