From 22dae40ab5857fd78798f454d3d927014182f832 Mon Sep 17 00:00:00 2001 From: mordak Date: Sat, 14 Nov 2020 16:45:50 -0500 Subject: [PATCH] Fix typo in doc comment Co-authored-by: Jon Gjengset --- src/types/mailbox.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/mailbox.rs b/src/types/mailbox.rs index cec4166..962e05d 100644 --- a/src/types/mailbox.rs +++ b/src/types/mailbox.rs @@ -36,7 +36,7 @@ pub struct Mailbox { /// the server does not support unique identifiers. pub uid_validity: Option, - /// 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, }