Skip to content

Commit 35023ce

Browse files
BillCarsonFrpoljar
authored andcommitted
fixup: invalid tag in doc
1 parent f1e7894 commit 35023ce

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src/types

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ pub enum ProcessedToDeviceEvent {
649649
}
650650

651651
impl ProcessedToDeviceEvent {
652-
/// Converts a ProcessedToDeviceEvent to the Raw<AnyToDeviceEvent> it
652+
/// Converts a ProcessedToDeviceEvent to the `Raw<AnyToDeviceEvent>` it
653653
/// encapsulates
654654
pub fn to_raw(&self) -> Raw<AnyToDeviceEvent> {
655655
match self {

0 commit comments

Comments
 (0)