From 0f26e7e3bc025e26f9f21aa8c879b2b4cc3a2278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 17 Aug 2020 16:40:37 +0200 Subject: [PATCH] crypto: Fix the doc for the read-only device. --- matrix_sdk_crypto/src/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,