Fix typo in documentation

data_times should be data_items for
function "status"
This commit is contained in:
Lemm 2019-10-18 20:23:10 +02:00
parent 7aa5aa7edb
commit e41b235387

View file

@ -942,7 +942,7 @@ impl<T: Read + Write> Session<T> {
/// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]). /// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]).
/// - `UNSEEN`: The number of messages which do not have [`Flag::Seen`] set. /// - `UNSEEN`: The number of messages which do not have [`Flag::Seen`] set.
/// ///
/// `data_times` is a space-separated list enclosed in parentheses. /// `data_itmes` is a space-separated list enclosed in parentheses.
pub fn status<S1: AsRef<str>, S2: AsRef<str>>( pub fn status<S1: AsRef<str>, S2: AsRef<str>>(
&mut self, &mut self,
mailbox_name: S1, mailbox_name: S1,