diff --git a/matrix_sdk_crypto/src/device.rs b/matrix_sdk_crypto/src/device.rs index c9aeecea..e2f9f764 100644 --- a/matrix_sdk_crypto/src/device.rs +++ b/matrix_sdk_crypto/src/device.rs @@ -39,7 +39,7 @@ use crate::{ error::SignatureError, verification::VerificationMachine, verify_json, Sas, UserDevices, }; -/// A device represents a E2EE capable client of an user. +/// A read-only version of a `Device`. #[derive(Debug, Clone)] pub struct ReadOnlyDevice { user_id: Arc,