fixes doc typos (#204)

This commit is contained in:
♫ Christian Krause ♫ 2021-06-03 07:00:11 +02:00 committed by GitHub
parent d8d69a363b
commit d86d1e228b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -521,7 +521,7 @@ impl<T: Read + Write> Session<T> {
/// - `ALL`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE ENVELOPE)`
/// - `FAST`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE)`
///
/// The currently defined data items that can be fetched are listen [in the
/// The currently defined data items that can be fetched are listed [in the
/// RFC](https://tools.ietf.org/html/rfc3501#section-6.4.5), but here are some common ones:
///
/// - `FLAGS`: The flags that are set for this message.

View file

@ -96,7 +96,7 @@ impl Fetch {
})
}
/// Extract the bytes that makes up the given `BOD[<section>]` of a `FETCH` response.
/// Extract the bytes that makes up the given `BODY[<section>]` of a `FETCH` response.
///
/// See [section 7.4.2 of RFC 3501](https://tools.ietf.org/html/rfc3501#section-7.4.2) for
/// details.