Fix typo in documentation
data_times should be data_items for function "status"
This commit is contained in:
parent
7aa5aa7edb
commit
e41b235387
1 changed files with 1 additions and 1 deletions
|
|
@ -942,7 +942,7 @@ impl<T: Read + Write> Session<T> {
|
|||
/// - `UIDVALIDITY`: The unique identifier validity value of the mailbox (see [`Uid`]).
|
||||
/// - `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>>(
|
||||
&mut self,
|
||||
mailbox_name: S1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue