diff --git a/bindings/matrix-sdk-crypto-js/src/device.rs b/bindings/matrix-sdk-crypto-js/src/device.rs index af9598bf7..2727ef449 100644 --- a/bindings/matrix-sdk-crypto-js/src/device.rs +++ b/bindings/matrix-sdk-crypto-js/src/device.rs @@ -9,6 +9,7 @@ use crate::{ types, verification, vodozemac, }; +/// A device represents a E2EE capable client of an user. #[wasm_bindgen] #[derive(Debug)] pub struct Device {