crypto: Fix the doc for the read-only device.

master
Damir Jelić 2020-08-17 16:40:37 +02:00
parent 91db502cfe
commit 0f26e7e3bc
1 changed files with 1 additions and 1 deletions

View File

@ -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<UserId>,