File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ impl<T: Read + Write> Session<T> {
521521 /// - `ALL`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE ENVELOPE)`
522522 /// - `FAST`: equivalent to: `(FLAGS INTERNALDATE RFC822.SIZE)`
523523 ///
524- /// The currently defined data items that can be fetched are listen [in the
524+ /// The currently defined data items that can be fetched are listed [in the
525525 /// RFC](https://tools.ietf.org/html/rfc3501#section-6.4.5), but here are some common ones:
526526 ///
527527 /// - `FLAGS`: The flags that are set for this message.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ impl Fetch {
9696 } )
9797 }
9898
99- /// Extract the bytes that makes up the given `BOD [<section>]` of a `FETCH` response.
99+ /// Extract the bytes that makes up the given `BODY [<section>]` of a `FETCH` response.
100100 ///
101101 /// See [section 7.4.2 of RFC 3501](https://tools.ietf.org/html/rfc3501#section-7.4.2) for
102102 /// details.
You can’t perform that action at this time.
0 commit comments