Merge pull request #164 from rvuong/fixes-a-minor-typo

Changed: a typo was fixed
This commit is contained in:
Jon Gjengset 2020-05-19 10:27:51 -04:00 committed by GitHub
commit aafdcfaceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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