Fix typo in doc comment

Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
This commit is contained in:
mordak 2020-11-14 16:45:50 -05:00 committed by GitHub
parent c49e78b4d0
commit 22dae40ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ pub struct Mailbox {
/// the server does not support unique identifiers. /// the server does not support unique identifiers.
pub uid_validity: Option<u32>, pub uid_validity: Option<u32>,
/// The highest mod sequence for this mailboxr. Used with /// The highest mod sequence for this mailbox. Used with
/// [Conditional STORE](https://tools.ietf.org/html/rfc4551#section-3.1.1). /// [Conditional STORE](https://tools.ietf.org/html/rfc4551#section-3.1.1).
pub highest_mod_seq: Option<u64>, pub highest_mod_seq: Option<u64>,
} }