fixes doc typos (#204)
This commit is contained in:
parent
d8d69a363b
commit
d86d1e228b
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue