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

This commit is contained in:
Damir Jelić 2020-08-17 16:40:37 +02:00
parent 91db502cfe
commit 0f26e7e3bc

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