Skip to content

Commit 743dec9

Browse files
committed
chore(docs): fix a doc comment referring to the wrong type
1 parent f1a2093 commit 743dec9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/matrix-sdk-base/src/store/send_queue.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ pub enum QueueWedgeError {
206206
},
207207
}
208208

209-
/// The specific user intent that characterizes a
210-
/// [`DependentQueuedRequestKind`].
209+
/// The specific user intent that characterizes a [`DependentQueuedRequest`].
211210
#[derive(Clone, Debug, Serialize, Deserialize)]
212211
pub enum DependentQueuedRequestKind {
213212
/// The event should be edited.

0 commit comments

Comments
 (0)