diff --git a/src/client.rs b/src/client.rs index 46a9808..2b1400e 100644 --- a/src/client.rs +++ b/src/client.rs @@ -521,7 +521,7 @@ impl Session { /// - `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. diff --git a/src/types/fetch.rs b/src/types/fetch.rs index 6a64ec0..809664f 100644 --- a/src/types/fetch.rs +++ b/src/types/fetch.rs @@ -96,7 +96,7 @@ impl Fetch { }) } - /// Extract the bytes that makes up the given `BOD[
]` of a `FETCH` response. + /// Extract the bytes that makes up the given `BODY[
]` of a `FETCH` response. /// /// See [section 7.4.2 of RFC 3501](https://tools.ietf.org/html/rfc3501#section-7.4.2) for /// details.