Fix typo in doc comment
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
This commit is contained in:
parent
c49e78b4d0
commit
22dae40ab5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ pub struct Mailbox {
|
|||
/// the server does not support unique identifiers.
|
||||
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).
|
||||
pub highest_mod_seq: Option<u64>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue