From 3d2eb04f5587175be350e4aef08119f6a0896fd5 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Mon, 26 May 2025 12:22:20 -0600 Subject: [PATCH] Docs fix --- src/transfer/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transfer/mod.rs b/src/transfer/mod.rs index 2d99b86..6ead6f0 100644 --- a/src/transfer/mod.rs +++ b/src/transfer/mod.rs @@ -28,7 +28,7 @@ pub enum TransferError { /// /// This is used by the device to signal that an error occurred. For bulk /// and interrupt endpoints, the stall condition can be cleared with - /// [`Interface::clear_halt`][crate::Endpoint::clear_halt]. For control + /// [`Endpoint::clear_halt`][crate::Endpoint::clear_halt]. For control /// requests, the stall is automatically cleared when another request is /// submitted. Stall,