Changed: a typo was fixed

This commit is contained in:
Remy Vuong 2020-05-19 10:41:38 +02:00
parent fbdb5d3be4
commit d6a6592420

View file

@ -456,7 +456,7 @@ impl<T: Read + Write> Session<T> {
.and_then(|lines| parse_mailbox(&lines[..], &mut self.unsolicited_responses_tx)) .and_then(|lines| parse_mailbox(&lines[..], &mut self.unsolicited_responses_tx))
} }
/// Fetch retreives data associated with a set of messages in the mailbox. /// Fetch retrieves data associated with a set of messages in the mailbox.
/// ///
/// Note that the server *is* allowed to unilaterally include `FETCH` responses for other /// Note that the server *is* allowed to unilaterally include `FETCH` responses for other
/// messages in the selected mailbox whose status has changed. See the note on [unilateral /// messages in the selected mailbox whose status has changed. See the note on [unilateral