We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e7894 commit 35023ceCopy full SHA for 35023ce
crates/matrix-sdk-crypto/src/types/mod.rs
@@ -649,7 +649,7 @@ pub enum ProcessedToDeviceEvent {
649
}
650
651
impl ProcessedToDeviceEvent {
652
- /// Converts a ProcessedToDeviceEvent to the Raw<AnyToDeviceEvent> it
+ /// Converts a ProcessedToDeviceEvent to the `Raw<AnyToDeviceEvent>` it
653
/// encapsulates
654
pub fn to_raw(&self) -> Raw<AnyToDeviceEvent> {
655
match self {
0 commit comments